Which one between if-else and switch is more efficient?
No Answer is Posted For this Question
Be the First to Post Answer
What is the best c++ book for beginners?
What is function prototyping?
Will the inline function be compiled as the inline function always? Justify.
Is it possible to have a recursive inline function in c++?
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
Can you write a function similar to printf()?
Is java made in c++?
what are the iterator and generic algorithms.
What is a class definition?
What is auto type c++?
what is smart pointer & use of the smart pointer ???
Name the implicit member functions of a class.