Answer Posted / pawan
It prevent the (pseudo)compiler from applying any
optimizations on the code
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
What is the role of && operator in a program code?
What is the translation phases used in c language?
What is difference between array and structure in c?
When should volatile modifier be used?
How can you avoid including a header more than once?
How arrays can be passed to a user defined function
Can a pointer be static?
What is external variable in c?
Explain what is page thrashing?
What are the functions to open and close the file in c language?
What is file in c preprocessor?
Is it possible to execute code even after the program exits the main() function?
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
Explain what are reserved words?