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
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
Is there sort function in c?
What is function pointer c?
What is a lookup table in c?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
What is the correct code to have following output in c using nested for loop?
What is use of integral promotions in c?
What is the translation phases used in c language?
What is #line in c?
Why can’t we compare structures?
Can you please explain the difference between malloc() and calloc() function?
Why c is called procedure oriented language?
Write a program to check prime number in c programming?
Is javascript written in c?
What is difference between constant pointer and constant variable?