Which one between if-else and switch is more efficient?


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

Post New Answer

More C++ General Interview Questions

string somestring ; Which of the following choices will convert a standard C++ string object "somestring" to a C string? a) Copy.somestring () ; b) somestring.c_str () c) &somestring [1] d) std::cstring (somestring) e) (char *) somestring

1 Answers   Quark,


What are c++ manipulators?

0 Answers  


Explain polymorphism?

0 Answers  


What is the use of static functions?

10 Answers   Symphony,


Write about the stack unwinding?

0 Answers  






What is an adaptor class or wrapper class in c++?

0 Answers  


What are c++ stream classes?

0 Answers  


How many ways can a variable be initialized into in C++?

0 Answers   HCL,


what is upcasting in C++?

0 Answers  


How do you declare A pointer to function which receives an int pointer and returns a float pointer

0 Answers  


Explain stack unwinding.

0 Answers  


What are the uses of pointers?

0 Answers  


Categories