What kind of jobs can I get with c++?


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

Post New Answer

More C++ General Interview Questions

In c++, what is the difference between method overloading and method overriding?

0 Answers  


Write a function to find the nth item from the end of a linked list in a single pass.

0 Answers   Huawei,


How long does this loop run: for(int x=0; x=3; x++) a) Never b) Three times c) Forever

17 Answers   Datavance, Quark, VEL, Wipro,


write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)

0 Answers  


Explain about profiling?

1 Answers  






Design a program to input a date from user in the form day/month/year (e.g. 2/6/2000) and report whether it’s a valid date or not. The program should take account of leap years. You will need to know that a leap year is a year that is exactly divisible by 4, except that century years are only leap years if they are divisible by 400.

1 Answers  


What is an adaptor class or Wrapper class?

1 Answers  


Name the operators that cannot be overloaded in C++?

0 Answers   Fidelity,


Write a C++ program to sort digits of all the 4 digit number and display the sorted 4 digit number

1 Answers   TATA, TCS,


Is dev c++ a good compiler?

0 Answers  


How one would use switch in a program?

0 Answers  


How can you specify a class in C++?

0 Answers  


Categories