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 |
When is dynamic checking necessary?
What is meant by reference variable in C++?
What do you mean by translation unit in c++?
Is turbo c++ free?
What is the difference between the indirection operator and the address of oper-ator?
Are c and c++ similar?
What is cloning?
What are stacks? Give an example where they are useful.
Tell me what are static member functions?
can output 5 students using one dimensional array
What do you know about near, far and huge pointer?
Please explain the reference variable in c++?