Karena Menulis Kita Bisa Menjadi Ingat Dengan Melihat Kita Bisa Menjadi Tahu Tapi Tanpa Mencoba Kita Tidak Bisa Mengingat Dan Mengetahuinya

Monday, October 31, 2016

MATERI STACK DALAM C


 Stack adalah : Tumpukan dari beberapa data   yang di tata atau diletakkan dengan urutan elemennya dapat di ambil dan ditambah hanya pada posisi akhirnya saja(TOP), Dikatakan bahwa elemen Stack tersusun secara LIFO (Last In First Out). 


Implementsi Pada Method yang biasa ada pada stack:
  •   PUSH  ADALAH  : memasukkan sebuah elemen atau objek ke stack

  v

PENJELASAN    :






  • POP ADALAH : MENGAMBIL DATA DARI STACK DENGAN TIDAK MENGHAPUS SEUTUHNYA
PENJELASAN :

  •    ISEMPTY : untuk memeriksa atau melihat apakah stack itu  masih kosong dan juga sebagai pembatas 
Penjelasan :

  •   ISFULL ADALAH : untuk memeriksa apakah elemen yang terisi pada stack sudah penuh
Penjelasan :





Tuesday, June 14, 2016

Variables In C Language (=;=)



Variable is a symbol in a program that serves to represent a value / save certain values ​​that are dynamic , 
can change during program run. In the C programming language , 
to use a variable must declare it first so that the compiler recognizes it . 
The general form for declaring a variable in c language is  :

tipe_data variable_name ;
 
Example :
int a; / * Declare a variable of type integer * /
int b , c ; / * Declare variables b and c are integers * /
char u ; / * Declare a variable of type char * u /

In the example above ( first row ) , a variable declared with the variable of type integer that ( a)
 can only hold a value with an integer data type .
 Likewise, the variables b and c in the second row , 
which was declared by the integer, the two variables ( b and c ) 
will only store a value of type integer .

REASONS TO CHOOSE JAPANESE (=.=)



Japan a modern country with full sophistication of the facility 's life and human resources that  alone. 
Seeing a life full of with modernization .


I love the Japanese people who are good at loving nature , in the middle current modernization that completely sophisticated and in the middle of the sophistication of means of transportation , Japanese people are much choosing to enjoy walking or ride a bike or take public transportation for example, train or bus .

And I like with the mindset of Japanese people
 who can take advantage of all the sectors 
into revenue opportunities
 for them and they always create tools 
or products that can be used for everyone.
 
I want to stay or to go to Japan to examine
 how the Japanese can be as smart as it is in harness
 or create something useful 
and capable provide a promising revenue, 
for I made my experience or apply their knowledge 
to make or create advanced products.

Tuesday, May 24, 2016

Something the most disliked (=.=)

I do not like the excessive and too imposing something 
 i also continue to dislike someone who lied the reason
 I do not like the excessive and too imposing something 
Because I prefer someone who is into himself not  be others.


Further reasons why I do not like someone
 who lied because I do not like people who lie
 if anyone can lie with me so angry And my bad temper is
 i would not forgive someone if this someone  makes me disappointed.



And the last I do not like waiting for something because 
waiting is a bore And I impatient to waiting  
 And I do not really like doing work with hastily rushed.