Answer Posted / kala
it is the variable which can be modified outside of the
program. i.e hardwares can modify this variable. To avoid
compiler optimization we can use volatile.
this is used for memory mapped hardware and shared memory
usuage.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What do you mean by keywords in c?
What is difference between function overloading and operator overloading?
What is the purpose of void in c?
Why can't I perform arithmetic on a void* pointer?
What is difference between %d and %i in c?
Why clrscr is used after variable declaration?
Write a program to swap two numbers without using a temporary variable?
can anyone suggest some site name..where i can get some good data structure puzzles???
Is null a keyword in c?
What is the c language function prototype?
If you know then define #pragma?
What is #line?
write a progrmm in c language take user interface generate table using for loop?
What is function definition in c?
What is logical error?