what is pointer ? what is the use of pointer?
Answer Posted / m.karthiga
pointer is a variable it contains address of the another
variable..pointer saves the memory space then other
variables
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
why programs in c are running with out #include
What is calloc malloc realloc in c?
Write a simple code fragment that will check if a number is positive or negative.
Explain high-order bytes.
What is function definition in c?
What are extern variables in c?
What is the meaning of c in c language?
What is the difference between pure virtual function and virtual function?
Explain two-dimensional array.
When should a type cast be used?
What are directives in c?
Write a program to generate random numbers in c?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
Explain about block scope in c?
Explain how do you print an address?