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
What does %p mean c?
Are the variables argc and argv are local to main?
What is the purpose of main() function?
Tell me what are bitwise shift operators?
What are the types of data types and explain?
write a program in c language to print your bio-data on the screen by using functions.
How to get string length of given string in c?
What does typedef struct mean?
What are the different types of errors?
What type of function is main ()?
Sir i need notes for structure,functions,pointers in c language can you help me please
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
simple program of graphics and their output display
What is the difference between class and object in c?
Why do we need a structure?