what do you mean by volatile variable?


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

Post New Answer

More C++ General Interview Questions

Is main a class in c++?

0 Answers  


Can we generate a C++ source code from the binary file?

2 Answers  


What you mean by early binding and late binding? How it is related to dynamic binding?

1 Answers  


Are there any new intrinsic (built-in) data types?

1 Answers  


Explain how we implement exception handling in c++?

0 Answers  






What are the advantages of using a pointer?

0 Answers  


Why is c++ still used?

0 Answers  


What is object oriented programming (oop)?

0 Answers  


which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?

0 Answers  


What is the output of the following 3D Array int arr[3][2][2]={1,2,3,4,5,6,7,8,9,10,11,12}; what is the output for arr[2][1][0]?

6 Answers   HCL, Integra, IPMC, ORG,


Explain function overloading

0 Answers  


What header file is needed for exit(); a) stdlib.h b) conio.h c) dos.h

0 Answers  


Categories