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 purpose of void in c?
What is the use of structure padding in c?
what are enumerations in C
How can I read data from data files with particular formats?
Compare array data type to pointer data type
What is difference between structure and union with example?
What is hashing in c language?
Why clrscr is used in c?
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
What is c mainly used for?
Explain the process of converting a Tree into a Binary Tree.
When c language was developed?
How many levels of pointers have?
How can I avoid the abort, retry, fail messages?
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above