What is the use of keyword VOLATILE in C?



What is the use of keyword VOLATILE in C?..

Answer / pawan

It prevent the (pseudo)compiler from applying any
optimizations on the code

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More C Interview Questions

What is a newline escape sequence?

1 Answers  


a simple program in c language

5 Answers   IBM,


why should i select you?

21 Answers   Wipro,


How to print %d in output

6 Answers   Wipro,


How can a number be converted to a string?

2 Answers  


who is the father of C Language?

20 Answers   CTS, UST,


What is the process to create increment and decrement stamen in c?

1 Answers  


What does %c mean in c?

1 Answers  


Explain do array subscripts always start with zero?

1 Answers  


Write the control statements in C language

1 Answers   Atos, Atos Origin,


parkside's triangle.. create a program like this.. enter the size: 6 enter the seed: 1 output: 1 23 456 7891 23456 789123 sample2: enter the size: 5 enter the seed: 3 output: 3 45 678 9123 45678 parkside should not exceed 10 while its seed should only be not more than 9..

4 Answers  


What the different types of arrays in c?

1 Answers  


Categories