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 different between auto and local static? why should we use local static?
In c language can we compile a program without main() function?
Can an array be an Ivalue?
How can I get back to the interactive keyboard if stdin is redirected?
Is c object oriented?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
What is structure in c explain with example?
What is the difference between declaring a variable by constant keyword and #define ing that variable?
Where is volatile variable stored?
Explain what is the difference between functions getch() and getche()?
What is malloc return c?
What is file in c preprocessor?
How can I recover the file name given an open stream or file descriptor?
What is the difference between volatile and const volatile?
Is swift based on c?