Kunal  Gautam
What is string in C#?
By Kunal Gautam in C# on Jun 13 2013
  • Sara MeCaal
    Aug, 2014 30

    string is a data-type it use for noun like string name="saira" (more then one word) and to take input from user we just write name=Console.ReadLine(); we don't use here string.parse because Console.ReadLine() also a string calling input so need to convert it again in string ...

    • 0
  • Burak Seyhan
    Jul, 2013 19

    A string is a data type like int,double etc. String is a reference type. we have to use th equality operators(== and !)

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS