Answer Posted / gsrinivas
pointer is variable which stores the address of the memory
location
| Is This Answer Correct ? | 26 Yes | 2 No |
Post New Answer View All Answers
what is the format specifier for printing a pointer value?
What math functions are available for integers? For floating point?
What does c value mean?
Why c is faster than c++?
What are the primitive data types in c?
Differentiate between full, complete & perfect binary trees.
What are c identifiers?
what is the basis for selection of arrays or pointers as data structure in a program
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
Can we change the value of #define in c?
Are bit fields portable?
Compare interpreters and compilers.
What are the storage classes in C?
What are the string functions? List some string functions available in c.
What is volatile variable in c with example?