A statement in C programming language is an instruction for the computer to perform a task. The statements of C programming language are written in curly brackets like "{" "}". Computer performs these instructions one by one in the same sequence in which these instruction are written. Each statement in C programming language is terminated with semicolon ";"
Example of C Programming language statements:
The following example contains two statements in the body of the main() function.
#include
void main ()
{
printf("Welcom to learnunixc-programming.blogspot.com");
printf("Welcom to Learn C / C++ Unix C Programming Language");
}
learn unix c programming language now. Start from today and learn c c++ and unix c programming languages. unix c