C Programming - Pointers - Discussion

Discussion Forum : Pointers - General Questions (Q.No. 7)
7.
A pointer is
A keyword used to create variables
A variable that stores address of an instruction
A variable that stores address of other variable
All of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
33 comments Page 3 of 4.

Hina said:   1 decade ago
Pointer is Variable Which Stores the adrress of Other variable.

Khushboo said:   1 decade ago
Hello michae Trussler.

Can you please explain why B is wrong?

Chinna said:   2 decades ago
Main think is a pointer stores the address of other variable.

Anuj said:   1 decade ago
A pointer is used to store the address of another variable.

Faraz Uddin said:   1 decade ago
A pointer is used to store the address of another variable

Arvind yadav said:   1 decade ago
By using pointer one can access memory location directly

Ramya said:   9 years ago
Can anyone tell me pointer is a variable or operator?
(1)

Navin kumar said:   1 decade ago
A pointer store the address of the another variable.

Bhawana said:   1 decade ago
Can anybody tell why option B is not correct?

Vijaykumar gattu said:   1 decade ago
It stores the address of the variable how?


Post your comments here:

Your comments will be displayed after verification.