what is volatile in c language?
Answer Posted / lingaraj a
The programmer just give inform to compiler the value of
variable will change at any time without any action being by
program. The change will be made by hardware or external source.
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
How do you override a defined macro?
How a string is stored in c?
What is wrong with this declaration?
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
What is a const pointer?
What is the meaning of && in c?
What does malloc () calloc () realloc () free () do?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
What is #include cctype?
What is hashing in c language?
Why is c not oop?
Explain which function in c can be used to append a string to another string?
What is difference between scanf and gets?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
What are the types of macro formats?