Why do we need volatile in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Explain can static variables be declared in a header file?

0 Answers  


1) int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain the explain the output

2 Answers  


What is extern keyword in c?

0 Answers  


What does the message "warning: macro replacement within a string literal" mean?

1 Answers  


List some of the static data structures in C?

0 Answers  






sir, i cannot find the way how to write aprogram by using array on queue

1 Answers   IISIT,


Write a C/C++ program that connects to a MySQL server and displays the global TIMEZONE.

0 Answers  


please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }

3 Answers  


What is difference between structure and union with example?

0 Answers  


please send me papers for Dy. manager IT , PNB. it would be a great help for me.

0 Answers  


How to receive strings with spaces in scanf()

7 Answers  


How many keywords are there in c?

0 Answers  


Categories