Is there a c++ certification?


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

Post New Answer

More C++ General Interview Questions

What is the use of object in c++?

0 Answers  


Can we make any program in c++ without using any header file and what is the shortest program in c++.

0 Answers   MCN Solutions,


What is a string example?

0 Answers  


What are the total number of lines written by you in C/C++? What is the most complicated or valuable program written in C/C++?

2 Answers   Intel,


Is there any function that can skip certain number of characters present in the input stream?

0 Answers  






what are the characteristics of Class Members in C++?

0 Answers  


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

0 Answers  


How can you link a c program with a c function?

0 Answers  


How a new operator differs from the operator new?

0 Answers  


explain the reference variable in c++?

0 Answers  


In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that

0 Answers  


If a function doesn’t return a value, how do you declare the function?

0 Answers  


Categories