Answer Posted / jai
It is variable that holds the address of another variable..
As ordinary varible pointer also has datatype. So, It
stores only address of the variable of the same type.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are Macros? What are its advantages and disadvantages?
What was noalias and what ever happened to it?
Distinguish between actual and formal arguments.
What is a const pointer in c?
Why is c so important?
Can we access array using pointer in c language?
What is a void * in c?
What is a stream in c programming?
Is struct oop?
Explain what is a program flowchart and explain how does it help in writing a program?
Why enum is used in c?
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
Explain the use of 'auto' keyword
What is c definition?
Can the “if” function be used in comparing strings?