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
Do you have any idea how to compare array with pointer in c?
Can two or more operators such as and be combined in a single line of program code?
What do the functions atoi(), itoa() and gcvt() do?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
What are enums in c?
Which driver is a pure java driver
Explain is it better to bitshift a value than to multiply by 2?
Explain what is wrong with this program statement?
Define and explain about ! Operator?
What is %g in c?
What is malloc() function?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
Should I learn c before c++?
What are enumerated types?