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.
No, Defining a class/structure is just a type definition and will not allocated memory for the same.