Answer Posted / shenbagavalli
The volatile keyword is a type qualifier used to declare
that an object can be modified in the program by something
such as the operating system, the hardware, or a
concurrently executing thread.
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
How can I send mail from within a c program?
Explain a file operation in C with an example.
What is the ANSI C Standard?
Explain how do you convert strings to numbers in c?
What is c mainly used for?
Explain the priority queues?
Is there any demerits of using pointer?
Compare array data type to pointer data type
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
Disadvantages of C language.
Can we use visual studio for c?
What is the difference between malloc() and calloc()?
Is there a built-in function in C that can be used for sorting data?
What is return in c programming?
What is #define in c?