diff. between *p and **p

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


Please Help Members By Posting Answers For Below Questions

explain what is fifo?

628


Explain how do you determine whether to use a stream function or a low-level function?

616


How can I do peek and poke in c?

611


the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset

635


What is pass by reference in c?

603






What is cohesion in c?

534


What is c system32 taskhostw exe?

580


Is there any possibility to create customized header file with c programming language?

615


What is difference between && and & in c?

576


write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

3496


Can we change the value of constant variable in c?

566


What is build process in c?

637


Can the curly brackets { } be used to enclose a single line of code?

709


What are variables c?

608


What is class and object in c?

579