what is the order of initialization for data?
Answer Posted / vinay bondade
It is same as the order of declaration in the class.
| Is This Answer Correct ? | 14 Yes | 9 No |
Post New Answer View All Answers
Why is c++ a mid-level programming language?
How to demonstrate the use of a variable?
What is the extraction operator and what does it do?
How is computer programming useful in real life?
Explain the term memory alignment?
what does the following statement mean? int (*a)[4]
Why c++ does not have finally?
Explain the difference between struct and class in terms of access modifier.
Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.
Explain stack & heap objects?
what is C++ objects?
Why cstdlib is used in c++?
Is it possible to provide default values while overloading a binary operator?
Explain the virtual inheritance in c++.
What is c++ 11 and c++ 14?