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
What are the differences between new and malloc in C?
What is difference between array and structure in c?
Write program to remove duplicate in an array?
Why static is used in c?
What is the size of structure in c?
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
How many types of sorting are there in c?
Can you write the function prototype, definition and mention the other requirements.
Is there a way to jump out of a function or functions?
Can you apply link and association interchangeably?
Is c is a procedural language?
How do I read the arrow keys? What about function keys?
shorting algorithmS
Explain the advantages and disadvantages of macros.
What is the purpose of scanf() and printf() functions?