Answer Posted / mukesh kumar
pointer is variable it contain's or store the address of
other variable.
Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
Explain data types & how many data types supported by c?
What do mean by network ?
What is the difference between variable declaration and variable definition in c?
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
What is c preprocessor mean?
What is c language & why it is used?
Compare and contrast compilers from interpreters.
How do you list a file’s date and time?
What are the 32 keywords in c?
How can type-insensitive macros be created?
What is the use of typedef in structure in c?
#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }
Can 'this' pointer by used in the constructor?
Who developed c language and when?