What is volatile and pragma? When they are used?
Answer / 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 |
I need to find a specific string between two strings how do I do it?
Explain what is oop?
Differentiate between declaration and definition in C++?
Define upcasting.
What is a breakpoint?
Name the operators that cannot be overloaded in C++?
What are the 3 levels of programming languages?
how to explain our contribution in the project?
Why c++ is created?
Should the this pointer can be used in the constructor?
Explain virtual destructor?
What is the use of vtable?