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

Specify some guidelines that should be followed while overloading operators?

0 Answers  


What are the benefits of operator overloading?

0 Answers  


Write a String class which has: 1) default constructor 2) copy constructor 3) destructor 4) equality operator similar to strcmp 5) constructor which takes a character array parameter 6) stream << operator

2 Answers   HCL, Lehman Brothers, Zoomerang,


What is a node class in c++?

0 Answers  


Can member data be public?

0 Answers  






What is the difference between the compiler and the preprocessor?

0 Answers  


What is math h in c++?

0 Answers  


How to declare an array of pointers to integer?

0 Answers  


class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;

4 Answers   Manhattan,


What is the difference between method and message?

5 Answers   HP,


What is the difference between #define debug 0 and #undef debug?

0 Answers  


In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h

0 Answers  


Categories