Why do we use double in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by inheritance in c++? Explain its types.
What is cin clear () in c++?
Is turbo c++ free?
Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?
Explain virtual class and friend class.
What are separators in c++?
let a,b,c be three integer numbers.write a c++ program with a function void rotate 1()such that a->b->c and c->a.
What are manipulators used for?
Describe linkages and types of linkages?
Differentiate between an external iterator and an internal iterator?
Explain how the virtual base class is different from the conventional base classes of the opps.
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.