Skip to content
Loading
What is the output of following. var a = 5; a = a+"abc"; dynamic b = 5; b = b+"abc"; ?