What are pointers in C?

Answer Posted / mukesh kumar

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

Is This Answer Correct ?    13 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?

835


Explain data types & how many data types supported by c?

828


What do mean by network ?

896


What is the difference between variable declaration and variable definition in c?

819


Can you explain what keyboard debouncing is, and where and why we us it? please give some examples

1946


What is c preprocessor mean?

1043


What is c language & why it is used?

791


Compare and contrast compilers from interpreters.

918


How do you list a file’s date and time?

825


What are the 32 keywords in c?

858


How can type-insensitive macros be created?

928


What is the use of typedef in structure in c?

728


#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }

973


Can 'this' pointer by used in the constructor?

831


Who developed c language and when?

835