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 use of loop?
What is the difference between malloc() and calloc() function in c language?
How do we swap or interchange any 2 numbers without using Temporary variable...Anybody can pls answer it.. Thanks in Advance
How will you allocate memory to double a pointer?
What are the two types of functions in c?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
How to reverse a linked list
1 Answers Aricent, Fidelity, IBM, TCS,
What is the Difference between Class and Struct?
C passes By value or By reference?
5 Answers Geometric Software, Infosys,
write an algorithm which can find the largest number among the given list using binary search ............... this was asked in the interview
2 Answers Satyam, UNIS, Wipro,
yogesh patil in dell
What does %p mean c?