224 What is the result?(A) Compilation fails.(B) An exception is thrown at runtime.(C) The code exe
問題詳情
224
What is the result? (A) Compilation fails. (B) An exception is thrown at runtime. (C) The code executes normally and prints "foo"; (D) The code executes normally, but nothing is printed.