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 the difference between strcpy() and strncpy()?
Can a Structure contain a Pointer to itself?
What do you mean by internal linking and external linking in c++?
Write any small program that will compile in "C" but not in "C++"
How do you clear a map in c++?
what is polymorphism?
What is the most useful programming language?
Write about the local class and mention its use?
Which programming language is best?
How does work in c++?
What are vtable and vptr?
What is array in c++ pdf?