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
Place the #include statement must be written in the program?
How can I handle floating-point exceptions gracefully?
Why is #define used?
Explain how can I make sure that my program is the only one accessing a file?
Is c# a good language?
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
Write a program to print "hello world" without using a semicolon?
What are the Advantages of using macro
What are the advantages of c language?
What is structure in c definition?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Explain low-order bytes.
What is the use of the function in c?
What are the storage classes in C?
Explain what will the preprocessor do for a program?