Can I learn c++ as my first language?


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

Post New Answer

More C++ General Interview Questions

Can a program run without main in c++?

0 Answers  


What is virtual methods?

0 Answers  


What are dynamic type checking?

0 Answers  


what is the size of this class class size { public: char data1; double d; int data2; char data3; double data4; short data5; }; please explain the padding for these double variables.

9 Answers  


Explain how an exception handler is defined and invoked in a Program.

0 Answers  






Will the following program execute?

0 Answers  


How the endl and setw manipulator works?

0 Answers  


What are references in c++?

0 Answers  


What are references in c++? What is a local reference?

0 Answers  


What is the cout in c++?

0 Answers  


Out of fgets() and gets() which function is safe to use and why?

0 Answers  


What is a flag in c++?

0 Answers  


Categories