Answer Posted / vijay r15
pointer denotes the address of a variable
*denotes its a ptr var
Ex
Int a; //ordin var
Int *p; //ptr var going to hold sum address
P=&a; //p holds the address of a
With thanks and regards,
Vijay r15
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain how can a program be made to print the line number where an error occurs?
What is structure in c definition?
How can I manipulate strings of multibyte characters?
all c language question
How to Throw some light on the splay trees?
What is the difference between %d and %i?
Function calling procedures? and their differences? Why should one go for Call by Reference?
What are derived data types in c?
cavium networks written test pattern ..
Is it possible to execute code even after the program exits the main() function?
What is the most efficient way to count the number of bits which are set in an integer?
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
What is a structure in c language. how to initialise a structure in c?
List a few unconditional control statement in c.
How we can insert comments in a c program?