What is the difference between public and private data members?
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.
Do you know the problem with overriding functions?
What is the difference between a copy constructor and an overloaded assignment operator?
4 Answers Belzabar, Citrix, Microsoft, Wipro,
What is a breakpoint?
Write a program in c++ to print the numbers from n to n2 except 5 and its multiples
What do you mean by static variables?
Explain object slicing in c++?
Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?
What is the Diffrence between a "assignment operator" and a "copy constructor"?
Who made c++?
What is the difference between global variables and static varables?
What is the use of pointer in c++ with example?