InterviewSolution
Saved Bookmarks
| 1. |
Can we initialize a class/structure member variable as soon as the same is defined? |
|
Answer» No, Defining a class/structure is just a type definition and will not allocated memory for the same. |
|