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
What is operators in c++?
What is DlgProc?
Is swift better than c++?
Why should you learn c++?
How can we check whether the contents of two structure variables are same or not?
Difference between class and structure.
Differentiate between realloc() and free().
Which coding certification is best?
Can malloc be used in c++?
Explain dangling pointer.
What are the benefits of pointers?
What is the use of bit fields in structure declaration?
Can we get the value of ios format flags?
What is endl?
Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL