Answer Posted / ganesh
pointer variable is used to store the memory address of the another variable
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
Explain how do you list a file’s date and time?
What is character set?
Explain what are the __date__ and __time__ preprocessor commands?
How do you use a 'Local Block'?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
When is a “switch” statement preferable over an “if” statement?
What is the meaning of typedef struct in c?
What are pragmas and what are they good for?
The file stdio.h, what does it contain?
What is the difference between class and object in c?
What is the meaning of c in c language?
What is the advantage of a random access file?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
What happens if a header file is included twice?