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
What is the use of #include in c?
hi any body pls give me company name interview conduct "c" language only
How can I make it pause before closing the program output window?
When should a far pointer be used?
What is switch in c?
Why string is used in c?
What is page thrashing?
What is the difference between ++a and a++?
Can one function call another?
What is the best organizational structure?
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.
What is the explanation for modular programming?
What does a function declared as pascal do differently?
Tell me can the size of an array be declared at runtime?
How do you redirect a standard stream?