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 |
how does printf function work
Is flag a keyword in c?
What is array of pointers to string?
How are structure passing and returning implemented?
what is a pointer
4 Answers Bank Of America, TCS,
What is ambagious result in C? explain with an example.
What is getch c?
Difference between C and Embedded C?
what is the benefit of c30
write a program to copy a string without using a string?
Differentiate between the expression “++a” and “a++”?
What does. int *x[](); means ?