Memory allocated from heap or free store _____________________. CS201
The members of a class declared with the keyword struct are _____________by default. CS201
Header files provide ______________ so the program running on one operating system can run without an error on the other system. CS201
_____________data isn't accessible by non-member functions or outside classes CS201
Friend function declaration can go ___________________ the class CS201
Name the function whose definition can be substituted at a place where its function call is made _________. CS201
Constructor is itself a __________ of C and ___________. CS201
The new operator automatically determines the size of memory required to store that object , so it does not need ______________. CS201
void calloc(50,sizeof(int)) will return CS201
0 Comments