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
Why doesn't C support function overloading?
When can a far pointer be used?
What is zero based addressing?
Can you add pointers together? Why would you?
Is there a way to jump out of a function or functions?
What is the use of function in c?
What is %g in c?
Why is C language being considered a middle level language?
What does the file stdio.h contain?
Differentiate between a structure and a union.
What is the explanation for prototype function in c?
What is hashing in c?
Explain the properties of union. What is the size of a union variable
Difference between linking and loading?
What is difference between scanf and gets?