Skip to main content

Brief Notes C Language: Instructions

This is just my note when I attended the lecture. I write this here so it will be long lasting.  :D 

[Instructions]
In C language, as well as in any other programming language, there are some types of instruction.
Assignment
Assignment instruction is used to, as its name, assign a value into a variable. This can be done these operation:

The thing is, this assignment "can not" be done if information-name has a type of string / array of characters.

Conditional State
The conditional instruction is useful if there is particular state that has to be done differently from any others state.


Repeating
We can use this when we need to repeat something over and over again until it reaches the stop conditions.


Branching
With branching, we can jump from one 'job' into another 'job'. It can be done like these:

Note:
Continue can only be used inside do, for, and while iteration;
Break can only exists inside iteration or switch. This statement causes the iteration / switch be stopped.
The for goto must be placed in

Comments

Popular posts from this blog

[Arduino Project-1] -- PushButton Lamp

Apa sih Arduino? Salam, Pada posting kali ini akan menjelaskan tentang tugas kuliah Interaksi Manusia dengan Komputer dan Antar Muka, yaitu membuat lampu push button menggunakan Arduino. Saya anggap pembaca telah mengetahui apa itu arduino. Jika belum tahu, akan saya jelaskan sedikit. Arduino bisa dikatakan sebagai alat untuk membuat sebuah prototye. Kita bisa  membuat apapun (hampir apapun) dengan menggunakan arduino. Seperti membuat sensor panas/dingin,bahkan hingga membuat robot. Arduino sebenarnya diperuntukkan bagi para artist maupun designer yang memerlukan kemudahan dalam merancang produk yang hendak mereka buat. Jadi, untuk menggunakannya tidak diperlukan keterampilan khusus yang tinggi karena di design untuk kemudahan (tentunya setelah tahu dasar-dasarnya). Seperti apa sih Arduino itu? Di bawah ini gambarnya Image Source: https://dlnmh9ip6v2uc.cloudfront.net//images/products/1/1/0/2/1/11021-01a.jpg Arduino ada banyak jenisnya yang bisa dilihat...

Fight

You've been here all along You gotta hear what I said Who are you fooling right now? Never mind what I saw You gotta tell what are you doing here anyway? You mumble and mutter and murmur, speak indistinctly Fine! Don't tell me, don't speak! I don't want to speak to you anyway!

My Blog's Template (Is it beautiful enough?)

Choosing template for our blog is a little bit difficult because we need to make sure it has a nice structure, easily used and perhaps fit in our style or our soul or our wish. Some blogs I found have sooo good in arranging their view so that I can easily browse its contents and also have an eye catching style which makes my eyes keep open. But some blogs also have (if I can say) terrible design which I won't be able to see it twice. It has a lot of ads here and there, it has awful structures like: "I don't know where to begin with" and "I don't know what function is this button for" or "it has bad color choosing", it has so many pictures and some gifs and our cursor is changed into something gross, and so on. Choosing template or theme or our blog's design no needs to be very beautiful (even I don't say that mine is), but at least it has a 'good' design that allows reader to read it easily. I've tried to create template...