Answer Posted / manish
as on compiler optimize the code. and it take the variable
first in cache and then in resisters.
so in volatile variables what the value is stored at first
time it will be stored in resister but when u want to
change the values of that volatiles variables.it will not
change.
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
State the difference between x3 and x[3].
What is LINKED LIST? How can you access the last element in a linked list?
What does. int *x[](); means ?
What are enums in c?
Explain what is output redirection?
What is character set?
What is the difference between array_name and &array_name?
How does #define work?
When should you not use a type cast?
In C, What is the #line used for?
What is difference between %d and %i in c?
What is dynamic dispatch in c++?
What is array in c with example?
What is the difference between char array and char pointer?
What do you mean by Recursion Function?