hat is a pointer?

Answers were Sorted based on User's Feedback



hat is a pointer?..

Answer / satya.tivari

a pointer is a variable which stores an address of another
variable.

Is This Answer Correct ?    9 Yes 2 No

hat is a pointer?..

Answer / sumit mmmec

pointer provide the programmer direct access on memory
allocation.

Is This Answer Correct ?    5 Yes 1 No

hat is a pointer?..

Answer / vaibhav

it is a derived data type which holds the address of that
variable.

Is This Answer Correct ?    3 Yes 0 No

hat is a pointer?..

Answer / supercool

A pointer is a datatype whose value refers directly to (or "points to") another value stored elsewhere in the computer memory using its address.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

How can I remove the trailing spaces from a string?

0 Answers   Aspire,


a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if

0 Answers  


what is the advantage of using SEMAPHORES to ORDINARY VARIABLES???

2 Answers   NSN,


What are the different types of endless loops?

0 Answers  


What is sizeof return in c?

0 Answers  






Is c still used?

0 Answers  


What are the difference between a free-standing and a hosted environment?

0 Answers   Infogain,


what is diffrence between string and character array?

1 Answers  


What's the total generic pointer type?

0 Answers  


What do you mean by team??

5 Answers   Student,


Write a program to accept a character & display its corrosponding ASCII value & vice versa?

9 Answers  


Is it possible to execute code even after the program exits the main() function?

0 Answers  


Categories