Statement in c# is line of code that ends with a semi colon which does something. Eg
Assignment
var a=2;
var b=3;
var c=a+b; // arithmetic expression
Logical
If (a <b)
return a;
C# statements are made up of keywords, expressions and operators which end a semi colon.
Assignment
var a=2;
var b=3;
var c=a+b; // arithmetic expression
Logical
If (a <b)
return a;
C# statements are made up of keywords, expressions and operators which end a semi colon.
I love CONDING in C#
ReplyDeleteKeep it keep
ReplyDeleteLove that
ReplyDelete
ReplyDeleteC# statements are made up of keywords, expressions and operators which end a semi colon.