Answer Posted / nashiinformaticssolutions
A pointer is a variable that stores the memory address of another variable.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is a function method?give example?
How can I list all of the predefined identifiers?
Write a program to print ASCII code for a given digit.
Is there a way to switch on strings?
What is f'n in math?
Which is better malloc or calloc?
Is there any data type in c with variable size?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
Explain what is the benefit of using #define to declare a constant?
How do you define CONSTANT in C?
What is #ifdef ? What is its application?
What does %p mean?
Explain the difference between getch() and getche() in c?
What is the use of c language in real life?
What is dynamic variable in c?