what is the order of initialization for data?
Answer Posted / mithali
I think initialization doesn't have any order.we r just
initializing the variables to some value.
| Is This Answer Correct ? | 6 Yes | 15 No |
Post New Answer View All Answers
What can c++ be used for?
What do you mean by const correctness?
Can we use clrscr in c++?
Is it possible for a member function to use delete this?
What is data binding in c++?
Describe the role of the c++ in the tradeoff of safety vs. Usability?
What is the operator in c++?
Is python better than c++?
What do you mean by function overriding & function overloading in c++?
What do you mean by late binding?
What is enum class in c++?
What is an inclusion guard?
How the keyword struct is different from the keyword class in c++?
Can malloc be used in c++?
What is the protected keyword used for?