Computer Programming MCQs ASP.net MCQs
Q What is the out put of Following code String a=”Hello”; String b=”World” String c= a+b Response.Write ( “C “); ?
  • A A. Hello world
  • B B. Hello
  • C C. C
  • D D. World
Leave a Comment