What is the out put of Following code String a=”Hello”; String b=”World” String c= a+b Response.Write ( “C “); ? September 1, 2021April 16, 2019 by admin What is the out put of Following code String a=”Hello”; String b=”World” String c= a+b Response.Write ( “C “); ? A. Hello world B. HelloC. C D. World