How does c++ structure differ from c++ class?
No Answer is Posted For this Question
Be the First to Post Answer
What are the various situations where a copy constructor is invoked?
Can you overload the operator+ for short integers?
How do you add an element to a set in c++?
What is the difference between Class and Structure?
40 Answers HP, IBM, Samsung, TCS,
How to reduce a final size of executable?
Explain overriding.
What is the type of this pointer in c++?
What is #include cmath?
Describe run-time type identification?
Differentiate between a deep copy and a shallow copy?
How do you define a class in c++?
#include<iostream.h> void main() { class x { public: int func(int) { cout<<"cool"; return 1; } } }