Monday, May 24, 2010

In C language what is statements?

any syntactically correct expression or operation or function call, which does not contain any errors(on compilation) is a statement in C

In C language what is statements?
In C language Statements are


every thing writen in between opening and closing of currly braces that is in between {


--------


-----


}


this
Reply:a statement in c looks like this:





Include %26lt;string%26gt;; %26lt;= this is an include statement


{


cout %26lt;%26lt; "hello world" %26lt;%26lt; endl; %26lt;= output statement


}
Reply:in all programming languages statement means a line of code


example in C printf("hello world!"); or the if statement.. etc
Reply:A statement is pretty much any language is just a line of code that isn't a comment.





Rawlyn.

easter cards

No comments:

Post a Comment