Take
a Swing!
Problem 3Assuming
the code is compiled for a 32-bit system, what is the value of size
after the assignment operation in the following code fragment?
class p {
int a, b, c;
public:
virtual void vf1(void);
virtual void vf2(void);
virtual void vf3(void);
virtual void vf4(void);
};
int size = sizeof(p);
ANSWER

Problem 4Does
the term mil refer to angular measurement, a bronze coin, or
wire diameter?
ANSWER 
3-00
|