Showing posts with label statement in C programming language. Show all posts
Showing posts with label statement in C programming language. Show all posts

Thursday, September 24, 2009

What is C C++ programming language Statements? Example of C language statements.

What is C C++ programming language Statements? and well definition of programming language C C++ Statements.

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

Ads