What is a pointer?
Answer / gsrinivas
pointer is variable which stores the address of the memory
location
| Is This Answer Correct ? | 26 Yes | 2 No |
How does memset() work in C?
Explain how can you check to see whether a symbol is defined?
Is anything faster than c?
How will you divide two numbers in a MACRO?
How can type-insensitive macros be created?
Why we use break in c?
How can I list all of the predefined identifiers?
What are the advantages of using linked list for tree construction?
Explain what are compound statements?
how to create c progarm without void main()?
Explain function?
Is c object oriented?