What is volatile in c language?
Answers were Sorted based on User's Feedback
Answer / venkata mahesh
compiler should not make any assumption about the variable
which declared as volatile.
| Is This Answer Correct ? | 8 Yes | 0 No |
Write a program to print distinct words in an input along with their count in input in decreasing order of their count..
What is the difference between ++a and a++?
what is the difference between unix os and linux os
Which is more efficient, a switch statement or an if else chain?
Why can’t we compare structures?
What does the c preprocessor do?
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
How to print "I Love My India" without using semi colon?
How to write the code of the program to swap two numbers with in one statement?
write a program to delete an item from a particular location of an linear array?
largest Of three Number using without if condition?
What are pointers? What are stacks and queues?