Answer Posted / gyanendra
Pointer is used to store address of any variable.
int a,*p;
p=&a//p store address of a
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How does placing some code lines between the comment symbol help in debugging the code?
What is the newline escape sequence?
What is function prototype in c with example?
What are different types of operators?
what is the function of pragma directive in c?
what is the syallabus of computer science students in group- 1?
What would be an example of a structure analogous to structure c?
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
Who invented b language?
What is meant by gets in c?
Is it valid to address one element beyond the end of an array?
Why does the call char scanf work?
What are categories used for in c?
Give the rules for variable declaration?
Why do we use pointer to pointer in c?