Answer Posted / kishor narayan
Volatile qualifier indicates to the compiler that the
variable can be modified at any stage of the program
execution. This can happen even if the region of code being
executed might not have any access to the variable in
question. In that sense, Volatile qualifier does the
opposite of the Const qualifier.
@Vignesh1988i -> Volatile qualifier does not assign any
garbage value to the variable.
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
What is the process to generate random numbers in c programming language?
Write a program to implement queue.
Tell me when is a void pointer used?
What are pointers? What are different types of pointers?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
What is chain pointer in c?
what is event driven software and what is procedural driven software?
What is a 'null pointer assignment' error?
What is an array? What the different types of arrays in c?
What is c definition?
Can you define which header file to include at compile time?
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
What is the explanation for modular programming?
What is line in c preprocessor?
define string ?