1

int res = ‘A’;
What is the value of res?

  • value stored in A will be assigned into res

  • syntax error

  • 65

  • none