what is Check and uncheck in c#, when to use?
what is Check and uncheck in c#, when to use?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ashutosh GuptaPosted Dec 23, 2019, 2:45 AM
if you push more data from RHS to LHS ( z = x + y) and overflow happens of data in such cases we use checked keyword to throw expectation. Uncheck is default does not throw any expectation. For constant values complier check data by default but for normal values it does not give any warning in such case checked word is useful.
Rajanikant HawaldarPosted Dec 22, 2019, 8:27 PM
Shweta LodhaPosted Dec 22, 2019, 7:36 PM