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 data abstraction? How is it implemented in C++?

0 Answers   Amdocs,


Question on Copy constructor.

0 Answers   Alter,


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

3 Answers   HFG, Siemens,


What is bool in C++

0 Answers  


There is a base class sub, with a member function fnsub(). There are two classes super1 and super2 which are sub classes of the base class sub.if and pointer object is created of the class sub which points to any of the two classes super1 and super2, if fnsub() is called which one will be inoked?

0 Answers   Alter,






Consider the following C++ program

0 Answers  


How does free know the size of memory to be deleted

0 Answers  


Execute the qsort () in c/sort() in c++ library or your own custom sort which will sort any type of data on user defined criteria.

0 Answers   Adobe,


Discuss the role of C++ shorthands.

0 Answers   Adobe,


How to reverse a string in C++

0 Answers  


What is RTTI and why do you need it?

0 Answers   Amazon,


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  


Categories