Answer Posted / virag shah
*p is a simple pointer which holds the address of another
variable.
while **p is a double pointer which holds address of the
pointer in which actual address of the another variable is
stored.
| Is This Answer Correct ? | 30 Yes | 1 No |
Post New Answer View All Answers
What are comments and how do you insert it in a C program?
What is a scope resolution operator in c?
In c programming language, how many parameters can be passed to a function ?
What is the advantage of c?
What is a nested loop?
Difference between exit() and _exit() function?
Why can’t we compare structures?
What are the string functions? List some string functions available in c.
Explain modulus operator.
Explain about block scope in c?
Is that possible to store 32768 in an int data type variable?
What are formal parameters?
What does static variable mean in c?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
What does *p++ do? What does it point to?