Class Student { private Student() { } ...
Int a;a=scanf("%d",&a);printf("%d",a);(user...
Int j,k,c=0;for(j=1;j<4;j++)for(k=0;k<4;k++) ...
Int a;a=scanf("%d",&a);printf("%d",a);(user...
Class Student { private Student() { } ...
Write the output ...public class Cal { int...
Write the output ... public class Cal { int[]...
Write the output ... public class Cal { int[]...
Write the output ... public class Cal { int[]...
Class StaticTest { static { ...
Find the output ...class StaticTest { static { ...
Class Game { String title; int...
Write only outputclass Department { int code; ...
Class Department { static void showName() { ...
Write only output ...class Department { static void...
Write only output ...class Department { static...
Write only output ... class Department{ void...
Class Department{ String...
Write the output ...public class Cal { int...
Write the output ... public class Cal { int[]...
Write the output ... public class Cal { int[]...
Write the output ... public class Cal { int[]...
Class StaticTest { static { ...
Find the output ...class StaticTest { static { ...
Write only outputclass Department { int code; ...
Write only output ...class Department { static void...
Write only output ...class Department { static...
Write only output ... class Department{ void...
Int a=500,b=300;if(!(a>b)) ...
What is the output of this C code? #include...
Int a=500,b=300;if(!(a>b)) ...
Int a=4,b=2;if(a%2==0) ...
What is the value of x in this C code? #include...
If an exception is generated and there is no matching catch block,...
Int...
Int a=700;if(!a>400) ...
Find output class System2 { int opp(int a, int b)...
Int main(){int i = 10,*p;p= &i;printf("%u\n", p);}
Int a=1;printf("%d%d%d",a,a++,++a);output?
Int...
Find the output ...class Game { public static void...
Public class Test { int dis(int b){ ...
Int add(int x,int y){int z=(x+ ++y);return z ;}void main(){ int...
Int...
The output of the code below is #include...
Int main(){int i = 10,*p = &i;printf("%d\n", *p);}
Int main(){int i = 10,*p;p= &i;printf("%d\n",...
Int i,n;scanf("%d",&n);for(i=1;i<=n;i++) ...
What is the output of this C code? #include ...
Which are true for variable length argument (modern approach)1. works...
Int...
What is the output of this C code? #include...
Find output class System2 { int opp(int a, int b)...
Int i=0;for(;i<=5;i++); ...
What will be the output?#include<stdio.h>void...
Add(int,int);void main(){ int i=49,b;b= add(i,5)...
Int func(int);main(){int...
What is the output of this C code? #include...
Subclasses catch exception as type of that class and also...
Int a=65;printf("%c",a); output?
Find outputclass System2 { int d; ...
What will be output of following c...
Find output class System { int opp(int a, int b)...
Which are the correct variable name?(There can be more then...
Exception can be generated explicitly using key word throws
Float...
Int a=4.0,b=2.0;float c;c=b/a;printf("%f",c);output?
Find the true statement ...1. NullPointerException is checked...
Int...
Which are true1. members in interface are protected implicitly if...
Int a=0,b=0;if(!b==a) ...
Find the correct Match
Choose the correct size of the datatypes for a 16bit system
Match properlyif one match is wrong, answer will be considered as...
Match properlyif one match is wrong, answer will be considered as...
Match properlyif one match is wrong, answer will be considered as...
Class Department{ public Department(int deptCode,...
Write only outputclass Department { int code; ...
Write only outputclass Department { int code; ...