Answer Posted / satya.tivari
a pointer is a variable which stores an address of another
variable.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What are the disadvantages of external storage class?
Explain what is the purpose of "extern" keyword in a function declaration?
What is merge sort in c?
What is storage class?
What is c preprocessor mean?
What is use of pointer?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
Is int a keyword in c?
What is string concatenation in c?
What is the right way to use errno?
difference between Low, Middle, High Level languages in c ?
What is volatile variable in c with example?
What is sizeof int?
Do you know null pointer?
Differentiate between a for loop and a while loop? What are it uses?