What is the output of following.
public static void main(String[] args) { int b=3; byte c=b/2; System.out.println("&c="+ &c); }
1.5
1
RuntimeException
CompileTime Error