Answer Posted / srividya
A volatile variable is variable whose value can change with
out the knowledge of the compile. so the data access
optimization is lost.
These sort of variable are used normally accessing a global
variable between two threads.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
What is structure pointer in c?
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
What are qualifiers in c?
What is line in c preprocessor?
Not all reserved words are written in lowercase. TRUE or FALSE?
which is conditional construct a) if statement b) switch statement c) while/for d) goto
What are the 32 keywords in c?
Why is a semicolon (;) put at the end of every program statement?
What is the general form of a C program?
Explain how do you override a defined macro?
How can I list all of the predefined identifiers?
write a program in c language to print your bio-data on the screen by using functions.
What is function prototype in c with example?
Which is more efficient, a switch statement or an if else chain?