Answer Posted / prakash dasari
pointer is also like an ordinary variable which can hold
some data. But the difference is it holds the memory
address where that particular variable is stored.
so pointer is a memory varible which holds the valid
address of similar type. that is integer pointer have to
use to hold the address of the integer variable to avoid
the unexpected results. so to store the float varible data
use float pointer only for datasafe.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
What is difference between Structure and Unions?
How pointer is different from array?
How can you read a directory in a C program?
Explain null pointer.
What is pre-emptive data structure and explain it with example?
What is difference between arrays and pointers?
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
When c language was developed?
Where static variables are stored in c?
explain what is fifo?
All technical questions
Why is this loop always executing once?
What is calloc in c?
Can the sizeof operator be used to tell the size of an array passed to a function?