what is volatile in c language?
Answer Posted / sudeep
It is nothing but telling to compiler that this variable
will change its value at anytime by means of anything and
compiler should not make any assumption about this variable.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
what is the diffrenet bettwen HTTP and internet protocol
C language questions for civil engineering
What is the purpose of sprintf?
What is the benefit of using an enum rather than a #define constant?
Disadvantages of C language.
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
What is difference between %d and %i in c?
Write a program which returns the first non repetitive character in the string?
can we implement multi-threads in c.
What is meant by type casting?
What is #ifdef ? What is its application?
How can I sort a linked list?
What is n in c?
Explain what is the purpose of "extern" keyword in a function declaration?