web technology Online Quiz - 7
Description: web technology Online Quiz - 7 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: web technology |
Attempted
0/20
Correct 0
Score 0
‹
›
Which one is true ?
What is the output of following.
public static void main(String[] args) {
int b=3;
byte c=b/2;
System.out.println("&c="+ &c);
}