Computer Science MCQ-1
Q.1 Literal means (A) a string. (B) a string constant. (C) a character. (D) an alphabet. Ans:B Q.2 Choose the correct answer (A) Casting refers to implicit type conversion. (B) Coercion refers to implicit type conversion. (C) Casting means coercion. (D) Coercion refers to explicit type conversion. Ans:B Q.3 printf (ΓÇ£%dΓÇ¥, printf (ΓÇ£timΓÇ¥)); (A) results…