I have two classes A & B.. How can i declare & inoke my Class A constructor in Class B..Class A is not Super Class.
struct,multiple inheritence,pointers
Latest Answer: Pointers. ...
Give the output of the following program
struct XXX
{int a:6;
float b:4;
char s;
}structure;
size of (structure);
Latest Answer: Light Weight Directory Addressing Protocol ...
For the following program.
struct XXX
{int a;
float b;
char *s;
}X;
If optimization :X not used in compiler then unused bits_________________.
Give your assumption_______________.
Class used for the multiple inheritance in JAVA?
A. anonymous class
B. inner class
C. abstract class
D. none
Latest Answer: Sorry..its Session Layer. ...
Latest Answer: This can be tried like thistypedef int * * array_of_pointer;array_of_pointer function_name (int * argument){....} ...
Latest Answer: 64 bits (1 int =2, 1 float =4 , 1 char pointer 2 = 2 : total 8 byte so 64 bits) ...
Pick up the correct function declaration.
A. void *[] name();
B. void int[][] name();
C. void ** name();
D. none of the above.
View page [1] 2 3 Next >>

Go Top