What is the out put of
System.out.println('f'+32);
Answers
Answered by
2
Syntax Error.
System.out.println ("f"+32);
Output-
f32
Similar questions