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

Place the #include statement must be written in the program?

794


How can I handle floating-point exceptions gracefully?

905


Why is #define used?

1044


Explain how can I make sure that my program is the only one accessing a file?

943


Is c# a good language?

819


i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none

859


Write a program to print "hello world" without using a semicolon?

873


What are the Advantages of using macro

926


What are the advantages of c language?

872


What is structure in c definition?

818


Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

899


Explain low-order bytes.

846


What is the use of the function in c?

830


What are the storage classes in C?

849


Explain what will the preprocessor do for a program?

837