What is the best it certification?


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

Post New Answer

More C++ General Interview Questions

Evaluate: int fn(int v) { if(v==1 || v==0) return 1; if(v%2==0) return fn(v/2)+2; else return fn(v-1)+3; } for fn(7); a) 10 b) 11 c) 1

4 Answers   Quark,


What is meant by entry controlled loop?

0 Answers   Agilent, ZS Associates,


What are enumerations?

0 Answers  


Does c++ vector allocate memory?

0 Answers  


what is the C++

1 Answers   Wipro,






How would you differentiate between a pre and post increment operators while overloading?

0 Answers  


Should you pass exceptions by value or by reference?

0 Answers  


Write a program using display() function which takes two arguments.

0 Answers  


What is a base class?

0 Answers  


How do you add an element to a set in c++?

0 Answers  


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create

0 Answers  


What is a .lib file in c++?

0 Answers  


Categories