what is pointer ?

Answer Posted / s.s.venkatesh

Pointer is also a variable,that is used to refer the memory
location of the particular variable(that is pointer
variable).
In pointer,we can get address of the particular variable by
using ambuson(&) symbol.
we can get the value by using asterisk(*) symbol.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the explanation for modular programming?

679


Explain what is a static function?

626


What is structure padding and packing in c?

612


What is function prototype?

607


Why c is a procedural language?

578






What is the process to generate random numbers in c programming language?

604


If I have a char * variable pointing to the name of a function ..

644


What is main () in c language?

590


Do you know the purpose of 'register' keyword?

639


The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this

2920


Why do we use static in c?

627


Tell me when is a void pointer used?

642


How can you increase the size of a statically allocated array?

608


What is derived datatype in c?

627


How important is structure in life?

582