what is pointer?

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


Please Help Members By Posting Answers For Below Questions

What are called c variables?

576


Add Two Numbers Without Using the Addition Operator

357


Linked list is a Linear or non linear explain if linear how it working as a non linear data structures

1767


What is difference between function overloading and operator overloading?

664


What is header file in c?

608






What is structure in c language?

626


Explain what does the format %10.2 mean when included in a printf statement?

786


How can you determine the maximum value that a numeric variable can hold?

643


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

622


What is wrong with this declaration?

615


What is difference between union and structure in c?

584


What is a sequential access file?

650


Difference between exit() and _exit() function?

659


What are the different file extensions involved when programming in C?

765


What is a static variable in c?

672