Computer Applications

The variable must be declared …….. type, if a character is to be assigned to it.

  1. char
  2. ch
  3. character
  4. alphanumeric

Java Library Classes

30 Likes

Answer

char

Reason — The variable must be declared 'char' type, if a character is to be assigned to it.

Answered By

17 Likes


Related Questions