Answer Posted / shashikanth
pointer is a variable which can holds the addrese of another object.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the advantages of c language?
What is ## preprocessor operator in c?
How can you increase the size of a statically allocated array?
Explain what are the standard predefined macros?
What is volatile variable how do you declare it?
Explain threaded binary trees?
In which layer of the network datastructure format change is done
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
What does %c do in c?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
What is hungarian notation? Is it worthwhile?
What is the scope of local variable in c?
What is c programing language?
Describe the difference between = and == symbols in c programming?
How can I read in an object file and jump to locations in it?