Answer Posted / j naveen reddy
Pointer is a reference variable, as it refers the address of the other variable
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write a c program to build a heap method using Pointer to function and pointer to structure ?
Write a program to show the change in position of a cursor using c
Does c have function or method?
What is the c language function prototype?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
Where are the auto variables stored?
What does malloc () calloc () realloc () free () do?
Function calling procedures? and their differences? Why should one go for Call by Reference?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
What is the usage of the pointer in c?
What is typedef?
What is a pointer on a pointer in c programming language?
Write a c program to demonstrate character and string constants?
What is "Duff's Device"?
Explain the difference between call by value and call by reference in c language?