When should volatile modifier be used?


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

Post New Answer

More C Interview Questions

how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions

0 Answers  


How can I do serial ("comm") port I/O?

0 Answers   Celstream,


What is c programing language?

0 Answers  


How to write in a function declaration and in function call in which the function has 'n' number of varible or arguments?

2 Answers  


What are different types of operators?

0 Answers  






What is getch() function?

0 Answers  


program to locate string with in a string with using strstr function

2 Answers   Huawei, Shreyas,


what is the output of below code int x=8,y; x>>=2; y=x; what is y value. NOTE:EXPLANATION IS COMPALSARY with binary bits

2 Answers   Wipro,


swap 2 numbers without using third variable?

0 Answers   IBS,


What is the result main() { char c=-64; int i=-32 unsigned int u =-16; if(c>i){ printf("pass1,"); if(c<u) printf("pass2"); else printf("Fail2");} else printf("Fail1); if(i<u) printf("pass2"); else printf("Fail2") } a)Pass1,Pass2 b)Pass1,Fail2 c)Fail1,Pass2 d)Fail1,Fail2 e)none

9 Answers   IBM,


How do I use void main?

0 Answers  


What functions are used for dynamic memory allocation in c language?

0 Answers  


Categories