Answer Posted / esakkimuthu.s.
pointer is a variable which contain the address of another variable.pointer variable must be declare with * operator
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the difference between far and near ?
When can you use a pointer with a function?
What is the difference between new and malloc functions?
How many types of sorting are there in c?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
Is c++ based on c?
What is the difference between char array and char pointer?
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
How can I manipulate individual bits?
What is indirection? How many levels of pointers can you have?
What is the purpose of the statement: strcat (S2, S1)?
When should the const modifier be used?
Write a program to print ASCII code for a given digit.
Explain 'bus error'?
Explain about block scope in c?