What is volatile keyword in c?


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

Post New Answer

More C Interview Questions

Is it possible to create recycle bin in mobiles?

2 Answers  


difference of two no's with out using - operator

7 Answers  


int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above

0 Answers  


How arrays can be passed to a user defined function

0 Answers  


Write a code to remove duplicates in a string.

0 Answers   Expedia,






How can you be sure that a program follows the ANSI C standard?

0 Answers   Aspire, Infogain,


Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?

0 Answers  


what is difference between C and C++

4 Answers  


how to find sum of 5 digits in C?

4 Answers  


Which built-in library function can be used to match a patter from the string?

0 Answers  


What is the purpose of sprintf() function?

0 Answers  


What are derived data types in c?

0 Answers  


Categories