This time we will learn about the basics of programming languages C / C + +.
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:
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:
Assignment process is the process of giving value to a variable that was declared. Here is an example of assignment:
This comment has been removed by a blog administrator.
ReplyDelete