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's the right way to use errno?
What the advantages of using Unions?
What is pointer in c?
What is an identifier?
What is data structure in c language?
What are unions in c?
how can use subset in c program and give more example
What is an example of structure?
What is a good way to implement complex numbers in c?
What is getche() function?
How many levels of indirection in pointers can you have in a single declaration?
What are 'near' and 'far' pointers?
Explain how does flowchart help in writing a program?
int i=10; printf("%d %d %d", i, i=20, i);
What is queue in c?