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 |
In c++, what is the difference between method overloading and method overriding?
What are static type checking?
How does work in c++?
Name the debugging methods that are used to solve problems?
Why pointer is used in c++?
How do I open binary files?
1.Between 100 and 999 are some numbers that have the characteristics that if you cube the individual digits and sum together you will get the same number. 2. A program that can accept as input an integer and output the equivalent of that number in words.
Which bit wise operator is suitable for checking whether a particular bit is on or off?
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor
Is it possible for a member function to use delete this?
What are static variables?
write the programme that convert a interger to biniry number