Q. What would be the output of the following fraction of code ?
Code:
int Integer = 34 ; char String = 'S' ; System.out.print( Integer ) ; System.out.print( String ) ;
β
Correct Answer: (D)
34 S