What is a pointer?



What is a pointer?..

Answer / gsrinivas

pointer is variable which stores the address of the memory
location

Is This Answer Correct ?    26 Yes 2 No

Post New Answer

More C Interview Questions

What is realloc in c?

0 Answers  


write a program to display numbers from 1 to 10 and 10 to 1?

2 Answers  


Explain the difference between malloc() and calloc() in c?

0 Answers  


Why does the call char scanf work?

0 Answers  


what is the use of fflush() function?

2 Answers  






why return type of main is not necessary in linux

0 Answers   TCS,


What are header files and what are its uses in C programming?

0 Answers  


main() { char p[] = "hello world!"; p = "vector"; printf("%s",p); }

2 Answers   Vector, Vector India,


What is c mainly used for?

0 Answers  


What is ctrl c called?

0 Answers  


Who developed c language?

0 Answers  


is compiler do read the data line by line or not. ??

6 Answers   LG Soft, Satyam, Tech Mahindra,


Categories