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
Which is better between malloc and calloc?
What are the restrictions of a modulus operator?
What are the advantages of Macro over function?
Can stdout be forced to print somewhere other than the screen?
Can you please explain the difference between malloc() and calloc() function?
Which driver is a pure java driver
What is the difference between mpi and openmp?
What is the use of a semicolon (;) at the end of every program statement?
What are the advantages of external class?
Is main is a keyword in c?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
What is huge pointer in c?
What is the difference between text and binary modes?
What are predefined functions in c?
Can true be a variable name in c?