Answer Posted / rakshith
he volatile keyword is a type qualifier used to declare that an object can be modified in the program by something such as the operating system, the hardware, or a concurrently executing thread.
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How is objective c different from c++?
What is #include cmath?
Why do we need constructors in c++?
Explain about Garbage Collector?
What is null pointer and void pointer?
What do you mean by translation unit in c++?
Define virtual constructor.
What it is and how it might be called (2 methods).
When one must use recursion function? Mention what happens when recursion functions are declared inline?
How would you use the functions memcpy(), memset(), memmove()?
Difference between inline functions and macros?
Perform addition, multiplication, subtraction of 2-D array using Operator Overloading.
What are the comments in c++?
What is the use of setfill in c++?
Do the parentheses after the type name make a difference with new?