What is switch case in c++ syntax?


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

Post New Answer

More C++ General Interview Questions

What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?

0 Answers  


Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work

0 Answers  


Can class objects be passed as function arguments?

0 Answers   HCL,


what are the types of Member Functions?

0 Answers  


Why was c++ created?

0 Answers  






how to connect with oracle 9i with server in socket program in c/c++

0 Answers   3i Infotech,


How many static variables are created if you put one static member into a template class definition?

0 Answers  


How does a copy constructor differs from an overloaded assignment operator?

0 Answers  


What are proxy objects?

2 Answers  


Where and why do I have to put the "template" and "typename" keywords?

0 Answers  


what is the size of this class class size { public: char data1; double d; int data2; char data3; double data4; short data5; }; please explain the padding for these double variables.

9 Answers  


What is pure virtual function? Or what is abstract class?

0 Answers  


Categories