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

Are negative numbers true in c?

601


What does %p mean?

596


Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor

2986


Why is c platform dependent?

624


What is formal argument?

653






What is the size of empty structure in c?

595


Explain what is a program flowchart and explain how does it help in writing a program?

650


Why is struct padding needed?

634


Write programs for String Reversal & Palindrome check

599


how to build a exercise findig min number of e heap with list imlemented?

1613


Why do we use main function?

638


What does c mean in standard form?

599


What is c programing language?

616


When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?

589


Which is better oop or procedural?

635