Skip to main content

Brief Notes C Language: Term and Program Structure

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

[ The Terms in C ]
There are several terms used in C:
Block is a set of expression written between '{' and '}' mark;
Definition tells the property(ies) of an object and allocate the object's memory as well;
Declaration tells the property(ies) of an object especially related to type;
Initialization gives the initial value to the object;
Global Declaration is the declaration which is valid in one unit translation (file);
Local Declaration is the declaration which is only valid in one block this declaration placed;
Object also known as a variable;
Lvalue is an expression that refers to an object. Easily, lvalue is the left value of an assignment expression;
Body is the realization of a function;
Scope is a program's area where name is known.

[ Program's Structure ]
Below is the structure of a main program written in C:



Actually there is no such a strict role in the matter of character's position.
For more clear example, it will be written here in my next post as I will keep posting about C. :D
Thank you for coming.
Leave a comment, if you want to. :D

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...