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
Explain the ternary tree?
What is c preprocessor mean?
Is c still relevant?
What is the 'named constructor idiom'?
What is double pointer?
What are the advantages of Macro over function?
write a program to print data of 5 five students with structures?
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
What does %2f mean in c?
What is the role of && operator in a program code?
What is c language & why it is used?
How do you define a function?
What are the advantages of using Unions?
Tell me can the size of an array be declared at runtime?
Explain how can you restore a redirected standard stream?