Answer Posted / deena
to indicate the address of variable
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What the advantages of using Unions?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
Explain low-order bytes.
What is the use of sizeof () in c?
What does typedef struct mean?
Is return a keyword in c?
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
What is the difference between %d and %i?
When can a far pointer be used?
Explain the use of #pragma exit?
How do you print an address?
What are different types of operators?
Where is volatile variable stored?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
Is it better to use a macro or a function?