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 what is the difference between the expression '++a' and 'a++'?
Can variables be declared anywhere in c?
Are negative numbers true in c?
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
What header files do I need in order to define the standard library functions I use?
What is the benefit of using #define to declare a constant?
What is indirection?
Give basis knowledge of web designing ...
How can type-insensitive macros be created?
What is the use of a conditional inclusion statement in C?
What is the 'named constructor idiom'?
how do you execute a c program in unix.
how to print the character with maximum occurence and print that number of occurence too in a string given ?
Why clrscr is used in c?
What are the advantages of external class?