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
If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?
What is data structure in c++?
What is a memory leak c++?
Write about the members that a derived class can add?
Is there any function that can skip certain number of characters present in the input stream?
Should I learn c++ c?
Which of the following is evaluated first: a) && b) || c) !
Explain how to initialize a const member data.
What is searching? Explain linear and binary search.
Explain linear search.
How do you differentiate between overloading the prefix and postfix increments?
What is the arrow operator in c++?
Write is a binary search tree? Write an algo and tell complexity?
What is the basic of c++?
What language does google use?