What and all can a compiler provides by default?

Answer Posted / dee

default constructor, destructor, default copy constructor,
assignment operator.

Is This Answer Correct ?    13 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is operators in c++?

668


What is DlgProc?

683


Is swift better than c++?

628


Why should you learn c++?

674


How can we check whether the contents of two structure variables are same or not?

684






Difference between class and structure.

792


Differentiate between realloc() and free().

674


Which coding certification is best?

646


Can malloc be used in c++?

665


Explain dangling pointer.

766


What are the benefits of pointers?

669


What is the use of bit fields in structure declaration?

626


Can we get the value of ios format flags?

761


What is endl?

723


Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL

444