Explain the difference between using macro and inline functions?
No Answer is Posted For this Question
Be the First to Post Answer
What is isdigit c++?
What is an iterator?
Is it possible for the objects to read and write themselves?
What is a list c++?
What is rvalue?
What is the standard template library (stl)?
Which software is used for c++ programming?
What does iomanip mean in c++?
Define a conversion constructor?
Which sort does c++ use?
Define anonymous class.
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.