Answer Posted / harish
volatile variable tells the compiler not to optimize the
code at run time.
example:
volatile int a = 20; // variable a is declared as volatile.
For more information check this out...
http://www.programmersheaven.com/articles/pathak/article1.htm
| Is This Answer Correct ? | 5 Yes | 8 No |
Post New Answer View All Answers
What is union in c?
Is c a great language, or what?
Do character constants represent numerical values?
Differentiate abs() function from fabs() function.
What is LINKED LIST? How can you access the last element in a linked list?
What are pointers? What are stacks and queues?
How many levels of indirection in pointers can you have in a single declaration?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
What does c mean?
Explain data types & how many data types supported by c?
in linking some of os executables are linking name some of them
Define and explain about ! Operator?
Does sprintf put null character?
Compare and contrast compilers from interpreters.