Answer Posted / satish
if a variable is declared as volatile ,optimization is not
done regarding to that variable.If the value is modified
many number of times,each time CPU goes and reads from main
memory rather than cache memory.
The usage of this can be
understood clearly only at kernel level but not at
application level.
Is This Answer Correct ? | 36 Yes | 2 No |
Post New Answer View All Answers
What are the 4 data types?
Define C in your own Language.
What is spaghetti programming?
Was 2000 a leap year?
Are negative numbers true in c?
What is null pointer constant?
What are the loops in c?
Give the rules for variable declaration?
What is the use of getchar() function?
What does == mean in texting?
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
What is difference between scanf and gets?
What are categories used for in c?
can anyone please tell about the nested interrupts?
What is %d called in c?