What function initalizes variables in a class:
a) Destructor
b) Constitutor
c) Constructor
No Answer is Posted For this Question
Be the First to Post Answer
What are the stages in the development cycle?
What are the strengths of C++?
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
How to avoid changing constant values?
What is the difference between "overloading" and "overridding"?
Write about the retrieval of n number of objects during the process of delete[]p?
Can we use resume in error handling i.e. in the catch block
What is the extraction operator and what does it do?
Is it possible to provide special behavior for one instance of a template but not for other instances?
What is a dangling pointer in c++?
How to declare an array of pointers to integer?
CAN U SAY WHICH PROGRAMING LANGUAGE IS USED BY DOCTORS....?