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
How do you use a pointer to a function?
How will you find a duplicate number in a array without negating the nos ?
Is it possible to pass an entire structure to functions?
How do you define a string?
Explain the difference between null pointer and void pointer.
Can we change the value of constant variable in c?
Write a program to print factorial of given number using recursion?
What is typedef?
Does c have an equivalent to pascals with statement?
Explain what are its uses in c programming?
What are bitwise shift operators in c programming?
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
Difference between malloc() and calloc() function?
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
What are the types of i/o functions?