What do you know about Volatile keyword in C++? Explain with an example code.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ Interview Questions

what is a pragma in C++?

0 Answers   Aspire,


what is friend function in C++?

0 Answers   TCS,


What are the advantages/disadvantages of using #define?

0 Answers   Amazon,


Can we call a virtual function from a constructor?

1 Answers  


Write a syntax and purpose of switch statement.

0 Answers   Agilent,






What is the difference between realloc() and free() in C++?

0 Answers   IBS, TCS,


What is the difference between creating an object, using 'new' and using 'malloc'?

3 Answers   HFG, Siemens,


What is a memory leak in C++?

0 Answers   Agilent,


What Are The Differences Between A C++ Struct And C++ Class?

2 Answers   Wipro,


Identify the error in the following program. #include<iostream.h> void main() { int i = 0; i = i + 1; cout « i « " "; /*comment *//i = i + 1; cout << i; }

1 Answers  


Write a program to input an integer from the keyboard and display on the screen “WELL DONE” that many times.

1 Answers  


How to input string in C++

0 Answers  


Categories