Are there interfaces in 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 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 are structs in c++?

0 Answers  


Why main function is special in c++?

0 Answers  


Floating point representation and output seems to be compiler dependent?

1 Answers  


What is c++ runtime?

0 Answers  






What is pair in c++?

0 Answers  


What are the advantages of using typedef in a program?

0 Answers  


How one would use switch in a program?

0 Answers  


Explain the term memory alignment?

0 Answers  


How does c++ sort work?

0 Answers  


Can java be faster than c++?

0 Answers  


To which numbering system can the binary number 1101100100111100 be easily converted to?

0 Answers  


Categories