What is c++ and its features?


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

Post New Answer

More C++ General Interview Questions

What is constructor and destructor in c++?

0 Answers  


Write a recursive program to calculate factorial in c++.

0 Answers  


why is c++ called oops? Explain

0 Answers  


What is endl?

0 Answers  


given unsigned int ui1=3,ui2=7; what are the outputs of a)ui1 & ui2 b)ui1 && ui2 c)ui1 | ui2 d)ui1 || ui2 i also need the justification for the answers thank you

2 Answers  






What will i and j equal after the code below is executed? Explain your answer.

1 Answers  


Can you Mention some Application of C/C++?

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  


What do you mean by C++ access specifiers ?

1 Answers  


What is the best c++ ide?

0 Answers  


What is the maximum value of a unsigned char a) 255 b) 256 c) 128

0 Answers  


How does atoi function work?

0 Answers  


Categories