What are the two main components of c++?


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 pointer in c++ with example?

0 Answers  


Why are pointers not used in c++?

0 Answers  


write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;

0 Answers  


What is a mutable member?

1 Answers  


Keyword mean in declaration?

0 Answers  






Give a very good method to count the number of ones in a "n" (e.g. 32) bit number.

3 Answers  


What are c++ variables?

0 Answers  


What is design pattern?

2 Answers   Samsung,


What is the best book for c++ beginners?

0 Answers  


Does defining a function inline mean that it wont push and pop things on/off the stack ...like parameters and the return the address??

2 Answers  


What is 'Copy Constructor' and when it is called?

1 Answers  


Define a constructor?

0 Answers  


Categories