diff. between *p and **p

Answer Posted / abhijeet kankani

Ya,the person is riht *p is just pointer which holds the
address of any variable(identifier)
where as **p is pointer to pointer which holds
address of another pointer

Is This Answer Correct ?    8 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is build process in c?

645


What is #define in c?

622


What does typeof return in c?

639


What are global variables and explain how do you declare them?

578


What is getch() function?

649






What do you mean by command line argument?

646


What is the process of writing the null pointer?

607


What is a function simple definition?

618


What is the use of in c?

578


Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10

15048


What is the difference between malloc calloc and realloc in c?

649


What do you understand by normalization of pointers?

627


#include { printf("Hello"); } how compile time affects when we add additional header file .

1424


FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above

623


I have seen function declarations that look like this

602