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

which is faster execution: loops or recursion?

3 Answers  


What is the difference between char a[] = "string"; and char *p = "string"; ?

14 Answers   Adobe, Honeywell, TCS,


Why c is known as a mother language?

0 Answers  


What are called c variables?

0 Answers  


44.what is the difference between strcpy() and memcpy() function? 45.what is output of the following statetment? 46.Printf(“%x”, -1<<4); ? 47.will the program compile? int i; scanf(“%d”,i); printf(“%d”,i); 48.write a string copy function routine? 49.swap two integer variables without using a third temporary variable? 50.how do you redirect stdout value from a program to a file? 51.write a program that finds the factorial of a number using recursion?

3 Answers  






Average of a couple 10 years ago was 25. The average remains same after having a child and twins after 3 years. What is the present age of the first child

10 Answers   IBM, Infosys,


What is 1f in c?

0 Answers  


What is union and structure?

0 Answers  


What is hashing in c?

0 Answers  


Why doesnt long int work?

0 Answers  


What is array of pointers to string?

0 Answers  


What is the significance of scope resolution operator?

0 Answers   Agilent, ZS Associates,


Categories