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 |
What is encapsulation in c++ with example?
List the issue that the auto_ptr object handles?
What is a class definition?
What are the three forms of cin.get() and what are their differences?
What are the two types of polymorphism?
What are inline functions? What is the syntax for defining an inline function?
How c functions prevents rework and therefore saves the programers time as wel as length of the code ?
Can there be at least some solution to determine the number of arguments passed to a variable argument list function?
a class that maintains a pointer to an object that is programatically accessible through the public interface is known as?
How long does it take to get good at leetcode?
In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?
What is Virtual Inheritance?