. Read the following program and answer the questions given at the end.
class Example {
int y, z;
static int x;
static{x=5;}
Example () { x=x+1; y=0; z=0; }
Example (int a, int y, int z) { x=a; y=y; z=z; }
void show(){ S.O.P(x + y+ z);}}
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here