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
Can we declare a function inside a function in c?
What is scanf () in c?
Why structure is used in c?
What's the right way to use errno?
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
How can I make sure that my program is the only one accessing a file?
Do string constants represent numerical values?
How is pointer initialized in c?
Explain how do you sort filenames in a directory?
write a program in c language to print your bio-data on the screen by using functions.
Write programs for String Reversal & Palindrome check
Why isnt any of this standardized in c?
Why is it important to memset a variable, immediately after allocating memory to it ?
Explain what does it mean when a pointer is used in an if statement?
Explain what is the difference between far and near ?