what is pointer ? what is the use of pointer?
Answer Posted / sri harsha
pointer is lock to house.house is any data.mainly for
saving space,security we will use pointers.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the meaning of && in c?
Which is more efficient, a switch statement or an if else chain?
Can a variable be both static and volatile in c?
What is the difference between a free-standing and a hosted environment?
What is a rvalue?
Tell us the use of fflush() function in c language?
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
What does s c mean in text?
What is restrict keyword in c?
What is a global variable in c?
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
What is a pointer on a pointer in c programming language?
Explain how can I remove the trailing spaces from a string?
Why is struct padding needed?
Once I have used freopen, how can I get the original stdout (or stdin) back?