What will be the output of the program ?#includestdio.hint main(){printf(6+"Hello this is Rohan\n");return 0;}
includestdio.hint main (){int x=1,y=0,z=1;int a=x&&y && z--;printf ("%d",z);return 0;}
includestdio.hint main (){int x=1,y=0,z=2;int a=x||y && z++;printf ("%d",a);return 0;}
What is the output of the code?public class Test{public static void main (String [ ] args){boolean b=true;++b;System.out.println(b);}}
public class abc1{
public static void sample(int BIET, int GMIT, int UBDT){
System.out.println("Trainee");
}
public static void sample(byte...VTU){
System.out.println("Engineer");
}
public static void main(String... args) {
byte VTU = 10;
sample(VTU,VTU,VTU);
}
}
#include stdio.hint main(){float x = 30.0;x %= 5.0;printf("%f",x);return 0;}
#includestdio.hint main(){printf(6+"Hello this is sneha\n");return 0;}