what is volatile in c language?
Answer Posted / justin arokiaraj.r
Volatile is used for direct memory access.it can be updated by both hardware and software .so unused volatile will not be optimized in compilation
.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between procedural and functional programming?
Can a pointer be null?
i have a written test for microland please give me test pattern
If the size of int data type is two bytes, what is the range of signed int data type?
What are header files why are they important?
In which header file is the null macro defined?
What is difference between Structure and Unions?
What is difference between class and structure?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
What is meant by realloc()?
There seem to be a few missing operators ..
What is the purpose of scanf() and printf() functions?
Explain #pragma statements.
How to throw some light on the b tree?
What is the correct declaration of main?