Write about all the implicit member functions of a class?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What is the prototype of printf function?

0 Answers  


What is an Iterator class?

1 Answers  


Explain rtti.

0 Answers  


What is scope resolution operator in c++ with example?

0 Answers  


given unsigned int ui1=3,ui2=7; what are the outputs of a)ui1 & ui2 b)ui1 && ui2 c)ui1 | ui2 d)ui1 || ui2 i also need the justification for the answers thank you

2 Answers  






Can a constructor return a value?

1 Answers  


What are the characteristics of friend functions?

0 Answers  


Why do we need pointers?

0 Answers  


What is this weird colon-member (" : ") syntax in the constructor?

0 Answers  


Can we define a constructor as virtual in c++?

0 Answers  


What is split a string in c++?

0 Answers  


write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.

0 Answers  


Categories