Answer Posted / rajgopal
pointer is variable which store the addrss of another variable
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is character constants?
Explain what is the difference between #include and #include 'file' ?
What are types of preprocessor in c?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
What is the right type to use for boolean values in c?
What are the advantages of c preprocessor?
Why pointers are used?
What do you understand by friend-functions? How are they used?
What functions are used for dynamic memory allocation in c language?
What is union and structure in c?
What does the message "automatic aggregate intialization is an ansi feature" mean?
How can I recover the file name given an open stream?
What is a pointer variable in c language?
What does c mean?
How is actual parameter different from the formal parameter?