MCQ
Q.
What will be output of the following c code?
#include
int main()
{
volatile int a=11;
printf("%d",a);
return 0;
}
Correct Answer: D
Value of volatile variable can