what is scupper?
No Answer is Posted For this Question
Be the First to Post Answer
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.
Why do we need runtime polymorphism in c++?
What are arithmetic operators?
write program for palindrome
81 Answers Amazon, Aricent, CSC, GE, HCL, Infosys, Syntel, Temenos, Wipro,
Difference between pointer to constant and constant pointer to a constant. Give example.
What is a "RTTI"?
Explain how an exception handler is defined and invoked in a Program.
What is iomanip c++?
Is there a c++ certification?
Explain what you mean by a pointer.
Using a smart pointer can we iterate through a container?
Is it possible for a member function to use delete this?