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
Explain the difference between malloc() and calloc() function?
What does c in a circle mean?
what is the function of pragma directive in c?
What is 2 d array in c?
What is the difference between a free-standing and a hosted environment?
What is the purpose of type declarations?
What is a scope resolution operator in c?
Differentiate between a structure and a union.
Explain what is the benefit of using #define to declare a constant?
What is const volatile variable in c?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
Can you write the function prototype, definition and mention the other requirements.
What are runtime error?
What is the difference between memcpy and memmove?