what is pointer?

Answers were Sorted based on User's Feedback



what is pointer?..

Answer / guest

a pointer is a a variable that contains the address of an
another variable

Is This Answer Correct ?    1 Yes 1 No

what is pointer?..

Answer / gyanendra

Pointer is used to store address of any variable.
int a,*p;
p=&a//p store address of a

Is This Answer Correct ?    0 Yes 0 No

what is pointer?..

Answer / j naveen reddy

Pointer is a reference variable, as it refers the address of the other variable

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

write a program for odd numbers?

15 Answers  


Explain why c is faster than c++?

0 Answers  


What are the different categories of functions in c?

0 Answers  


write a C program : To find out the number of identical words in two files . the file name should be taken as command line argument .

1 Answers   Subex,


difference of two no's with out using - operator

7 Answers  






How to add two numbers without using semicolon at runtime

2 Answers  


can please someone teach me how to create this program using while statement.. this is the output should look like 0 2 4 6 8 10 -thanks.. :) need it asap...

7 Answers  


What is the use of getch ()?

0 Answers  


Is there sort function in c?

0 Answers  


What is array in c with example?

0 Answers  


What is the process of writing the null pointer?

0 Answers  


What are header files and what are its uses in C programming?

0 Answers  


Categories