What are pointers in C?

Answer Posted / sagar hande

Pointer is variable that contains memory location of
another variable

Is This Answer Correct ?    33 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is python slower than c?

606


Why pointers are used?

633


What are qualifiers and modifiers c?

549


Can we compile a program without main() function?

634


What is the use of typedef in structure in c?

546






What are the 4 types of organizational structures?

625


What are structure members?

599


What does #pragma once mean?

689


What is stack in c?

615


how to construct a simulator keeping the logical boolean gates in c

1730


What are volatile variables in c?

521


What is the value of uninitialized variable in c?

576


Do pointers take up memory?

658


If I have a char * variable pointing to the name of a function ..

652


If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above

624