what is volatile in c language?
Answer Posted / greg
Volatile is a storage class that indicates that the
compiler should not perform any optimization on the
variable.
| Is This Answer Correct ? | 4 Yes | 8 No |
Post New Answer View All Answers
What is the difference between text and binary modes?
What is a double c?
What are the primitive data types in c?
What is main () in c?
Simplify the program segment if X = B then C ← true else C ← false
What are pointers? Why are they used?
What is #include conio h?
which is an algorithm for sorting in a growing Lexicographic order
What does c mean before a date?
What is the explanation for the dangling pointer in c?
Why is c called a structured programming language?
What is an auto variable in c?
Can you write a programmer for FACTORIAL using recursion?
Explain the difference between structs and unions in c?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.