what is volatile in c language?
Answer Posted / justin arokiaraj.r
Volatile is used for direct memory access.it can be updated by both hardware and software .so unused volatile will not be optimized in compilation
.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
I need a sort of an approximate strcmp routine?
What is the value of uninitialized variable in c?
What is a pointer in c plus plus?
What is the purpose of macro in C language?
Explain main function in c?
hi send me sample aptitude papers of cts?
What are the back slash character constants or escape sequence charactersavailable in c?
How many keywords are there in c?
How was c created?
why return type of main is not necessary in linux
Is javascript written in c?
Why c language is called c?
develop algorithms to add polynomials (i) in one variable
What is c programing language?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above