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
Write a program to generate prime factors of a given integer?
Is boolean a datatype in c?
main() { printf(5+"good morning"); printf("%c","abcdefgh"[4]); }the o/p is morning and e...how someone explain
const char * char * const What is the differnce between the above tow?.
How can I trap or ignore keyboard interrupts like control-c?
who is the founder of c
19 Answers College School Exams Tests, HP,
Who invented b language?
Explain About fork()?
What is the use of header files?
write a proram to reverse the string using switch case?
a=5 a=a++/++a
Where are local variables stored in c?