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
What are volatile variables in c?
What are the uses of a pointer?
where are auto variables stored? What are the characteristics of an auto variable?
How to compare array with pointer in c?
How can I implement sets or arrays of bits?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
in linking some of os executables are linking name some of them
How main function is called in c?
What is typedef example?
What are the advantage of c language?
What is the benefit of using #define to declare a constant?
What is wrong with this program statement? void = 10;
what is uses of .net
Are bit fields portable?
Explain about the functions strcat() and strcmp()?