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
How is = symbol different from == symbol in c programming?
What is variable in c example?
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
Write a program to check prime number in c programming?
When a c file is executed there are many files that are automatically opened what are they files?
What is fflush() function?
What are register variables? What are the advantage of using register variables?
How can I ensure that integer arithmetic doesnt overflow?
How macro execution is faster than function ?
What is a node in c?
What is calloc()?
What is null pointer in c?
What is the purpose of realloc()?
Can I initialize unions?
Tell me can the size of an array be declared at runtime?