Answer Posted / achal ubbott
the keyword volatile is more used in embedded systems
programming, especially when we are dealing with the
special function registers of a microcontroller. e.g.
status register of UART or some other peripheral devices.
As you may know that volatile asks the compiler not to
subject the variable in question to optimization.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Is c pass by value or reference?
Explain what is a 'locale'?
What are global variables?
Is register a keyword in c?
What Is The Difference Between Null And Void Pointer?
What is the advantage of using #define to declare a constant?
Write a program to check whether a number is prime or not using c?
What is a macro in c preprocessor?
Is c# a good language?
What should malloc() do?
State the difference between x3 and x[3].
What's the difference between constant char *p and char * constant p?
Are pointers integers in c?
hi, which software companys will take,if d candidate's % is jst 55%?
What is identifier in c?