what is pointer ? what is the use of pointer?

Answer Posted / naresh kaushik

pointer is a variable .but it is not a ordinary
variable.it contain the address of other variable and point
the memory locations dircetly.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is omp_num_threads?

583


find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }

1857


Explain how can you tell whether two strings are the same?

582


Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......

1742


What does *p++ do? What does it point to?

616






what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)

1928


Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop

1715


how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....

1372


What are the advantages of c preprocessor?

713


How can I implement a delay, or time a users response, with sub-second resolution?

625


What is volatile variable how do you declare it?

566


Can a program have two main functions?

572


What is auto keyword in c?

792


Differentiate between static and dynamic modeling.

620


What are the application of void data type in c?

712