Why above error is coming after the compilation of this code. Thanks in advance.
-----------------------------------------------------------------------------------------------------
using System;
class ReadonlyDemo
{
readonly bool flag;
flag=true;
static void Main()
{
}
}

Manav PandyaPosted Jan 13, 2018, 12:46 AM
Manav PandyaPosted Jan 13, 2018, 2:22 AM
Dinesh KudalePosted Jan 13, 2018, 2:07 AM