Answer Posted / jai
It is variable that holds the address of another variable..
As ordinary varible pointer also has datatype. So, It
stores only address of the variable of the same type.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the role of this pointer?
explain what is a newline escape sequence?
How to delete a node from linked list w/o using collectons?
If I have a char * variable pointing to the name of a function ..
#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }
Why double pointer is used in c?
Explain what are the advantages and disadvantages of a heap?
Explain the properties of union. What is the size of a union variable
List the variables are used for writing doubly linked list program.
How can I open a file so that other programs can update it at the same time?
Does * p ++ increment p or what it points to?
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
Explain how do you print an address?
How to define structures? ·
What are header files and explain what are its uses in c programming?