If one class contains another class as a member, in what order are the two class constructors called
a) Constructor for the member class is called first
b) Constructor for the member class is called second
c) Only one of the constructors is called
d) all of the above
No Answer is Posted For this Question
Be the First to Post Answer
What is the meaning of && in c?
1. Can we use the for loop this way? for(;i>5;) 2. What is the use of pointers? 3. what is array of pointer? 4. What is the difference between file and database? 5. Define data structure?
what is the different between data structure and data type?
how to find a 5th bit is set in c program
What are .h files and what should I put in them?
What is uint8 in c?
what is diff between localstatic and globalstatis variable possible 2 use in another file...?
Explain what are the advantages and disadvantages of a heap?
how to add our own function in c library please give details.?
WAP to accept first name,middle name & last name of a student display its initials?
How can you be sure that a program follows the ANSI C standard?
Explain what will the preprocessor do for a program?