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 addition of two no. program with out using printf,scanf,puts .
How can I recover the file name given an open stream?
. Explain the differences between fork() and exec() in C
how can i get output the following... 5 4 3 2 1 4 3 2 1 3 2 1 2 1 1 and 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 plz plz...
how to add our own function in c library please give details.?
1. main() { printf("%d",printf("HelloSoft")); } Output?
What is the relationship between pointers and data structure?
What is difference between array and structure in c?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
Why do some versions of toupper act strangely if given an upper-case letter?
What is #line used for?
Explain how can I right-justify a string?