149. What is the out put of Following code String a=”Hello”; String b=”World” String c= a+b Response.Write ( “C “); ? September 13, 2025 by Admin A. Hello world B. Hello C. C D. World ✅ The correct answer is option C.