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
Why doesnt this code work?
What are the valid places to have keyword “break”?
Can 'this' pointer by used in the constructor?
What are the types of arrays in c?
.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }
What is sizeof c?
When should volatile modifier be used?
What does double pointer mean in c?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
What are the advantages and disadvantages of c language?
What is the meaning of && in c?
Define C in your own Language.
What is a lookup table in c?
Define the scope of static variables.
Where can I get an ansi-compatible lint?