Answer Posted / pur
if you use volatile variables then code optimization will
not happen at compilation time, so .o size will be more.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the advantages and disadvantages of a heap?
What is wild pointer in c with example?
code for find determinent of amatrix
What is the size of a union variable?
What is meant by operator precedence?
Why is this loop always executing once?
How can you increase the size of a statically allocated array?
Explain continue keyword in c
What does the c preprocessor do?
Why is c so powerful?
What is the usage of the pointer in c?
Explain the Difference between the New and Malloc keyword.
What is a structure and why it is used?
What are pointers in C? Give an example where to illustrate their significance.
Explain what is the best way to comment out a section of code that contains comments?