How can I learn c++ easily?


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

Post New Answer

More C++ General Interview Questions

Explain the virtual inheritance in c++.

0 Answers  


#include<iostream.h> void main() { class x { public: int func(int) { cout<<"cool"; return 1; } } }

1 Answers   Infosys,


Will a catch statement catch a derived exception if it is looking for the base class?

0 Answers  


Why cout is used in c++?

0 Answers  


Describe about storage allocation and scope of global, extern, static, local and register variables?

0 Answers  






In a function declaration what does extern means?

0 Answers   Flextronics,


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

0 Answers  


How many ways are there to initialize an int with a constant?

1 Answers  


What is the difference between Class and Structure?

40 Answers   HP, IBM, Samsung, TCS,


What is a smart pointer?

1 Answers  


What are the uses of typedef in a program?

0 Answers  


Is it possible to have a recursive inline function in c++?

0 Answers  


Categories