C++ Programming Interview Questions and Answers For Freshers Part-3
21.Can we initialize a class/structure member variable as soon as the same is defined? No, Defining a class/structure is just a type definition and will not allocated memory for the same.
Read More