What are pointers in C?
Answers were Sorted based on User's Feedback
Answer / sagar hande
Pointer is variable that contains memory location of
another variable
| Is This Answer Correct ? | 33 Yes | 0 No |
Answer / mukesh kumar
pointer is variable it contain's or store the address of
other variable.
| Is This Answer Correct ? | 13 Yes | 0 No |
Answer / tarun gupta
Pointer is a variable. that contain's the M/r location of
another variable.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / esakkimuthu.s.
pointer is a variable which contain the address of another variable.pointer variable must be declare with * operator
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / rajgopal
pointer is variable which store the addrss of another variable
| Is This Answer Correct ? | 0 Yes | 0 No |
What is n in c?
int i=10; printf("%d %d %d", i, i=20, i);
What is the difference between ‘g’ and “g” in C?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
program for swapping two strings by using pointers in c language
wap in c to accept n number display the highest and lowest value
how to find the sizof of any datatype using bit manipulations
Explain what is wrong with this program statement? Void = 10;
Write a simple code fragment that will check if a number is positive or negative.
provide an example of the Group by clause, when would you use this clause
can we change the default calling convention in c if yes than how.........?
code for find determinent of amatrix