Pergunta de entrevista da empresa NCS

public static void main(String[] args){ int x = 5; char y = 9; System.out.println( x + y ); // asked for output or compilation errors if any }

Respostas da entrevista

Sigiloso

14 de nov. de 2024

Ascii value + int value

Sigiloso

3 de jul. de 2024

no compilation error, it will be give output without error output :- 14