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
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
What is the general form of #line preprocessor?
What is c language & why it is used?
int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer
What is the use of a static variable in c?
Which one would you prefer - a macro or a function?
What are different storage class specifiers in c?
What does c mean before a date?
What is the difference between declaring a variable and defining a variable?
Define macros.
Disadvantages of C language.
How are variables declared in c?
How many levels of pointers have?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
What is the use of function overloading in C?