what is pointer ? what is the use of pointer?
Answer Posted / rama krishna sidhartha
Pointer is the address of the another variable.
It saves the memory space of another variables.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What is the difference between near, far and huge pointers?
Explain why C language is procedural?
Where local variables are stored in c?
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
Which header file is essential for using strcmp function?
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
what is the function of pragma directive in c?
Why are algorithms important in c program?
Define macros.
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
Explain what is wrong with this statement? Myname = ?robin?;
Explain what standard functions are available to manipulate strings?
Where register variables are stored in c?