What is the output of the following program?public class marvel{ public static void main(String args[]) { int hulk=1; if(hulk--) System.out.println("Hulk! Smash"); else System.out.println("Hulk is raging fire"); }}
Not registered? Create an account
Forgot Password?
Already a registered user? Login