Answer Posted / sivavendra
yeah,,,its right,,,
*p is a ptr tat holds the address of another variable....where as **p is a double ptr which hold the address of another pointer and that pointer hold the address of the data....
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is getch() function?
Is it acceptable to declare/define a variable in a c header?
What is the difference between exit() and _exit() function?
Explain how many levels deep can include files be nested?
What is a structure and why it is used?
How can I recover the file name given an open stream or file descriptor?
How to define structures? ·
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
Can we compile a program without main() function?
Multiply an Integer Number by 2 Without Using Multiplication Operator
What is difference between array and structure in c?
Explain how to reverse singly link list.
What is stack in c?
differentiate built-in functions and user – defined functions.
What is a node in c?