What are pointers in C?

Answers were Sorted based on User's Feedback



What are pointers in C?..

Answer / sagar hande

Pointer is variable that contains memory location of
another variable

Is This Answer Correct ?    33 Yes 0 No

What are pointers in C?..

Answer / mukesh kumar

pointer is variable it contain's or store the address of
other variable.

Is This Answer Correct ?    13 Yes 0 No

What are pointers in C?..

Answer / tarun gupta

Pointer is a variable. that contain's the M/r location of
another variable.

Is This Answer Correct ?    5 Yes 0 No

What are pointers in C?..

Answer / esakkimuthu.s.

pointer is a variable which contain the address of another variable.pointer variable must be declare with * operator

Is This Answer Correct ?    3 Yes 0 No

What are pointers in C?..

Answer / rajgopal

pointer is variable which store the addrss of another variable

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

how to TOGGLE Nth bit of variable in a MACRO

1 Answers   NDS,


how many key words availabel in c a) 28 b) 31 c) 32

0 Answers  


DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?

2 Answers   Wipro,


What does %c do in c?

0 Answers  


What is the use of c language in real life?

0 Answers  






Is main() function predfined or userdefined?

11 Answers  


What is a keyword?

0 Answers  


What are the different types of pointers used in c language?

0 Answers  


whats the use of header file in c?

2 Answers  


Difference between fopen() and open()?

3 Answers   Aricent,


any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()

0 Answers  


Why doesnt that code work?

0 Answers  


Categories