Thursday, March 8, 2012

DECLARATION AND ASSIGNMENT VARIABEL C++ Programing Langauge

This time we will learn about the basics of programming languages C / C + +.
 
In the programming language C / C + + there are several components that we need to know in advance, and we learn, that is:


DECLARATION OF VARIABEL
Just as Pascal, variables used in the program must be declared first. Understanding the declaration here is to introduce variables into the program and specify its data type. Here are examples of variable declarations:



DECLARATION AND ASSIGNMENT VARIABEL C++ Programing Langauge





Assignment process is the process of giving value to a variable that was declared. Here is an example of assignment:

DECLARATION AND ASSIGNMENT VARIABEL C++ Programing Langauge

1 comments:

  1. This comment has been removed by a blog administrator.

    ReplyDelete