Sejarah facebook

Sejarah Facebook - Sejarah facebook sangat erat hubungannya dengan sosok pendiri facebook. Sebagian orang telah mengenal apa itu Facebook. Bagaimana dengan sejarah berdirinya facebook?

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Sunday, 8 June 2014

Jawaban QUis Online dengan Menggunakan Bahasa #C

#include<stdio.h> #include<conio.h>  main (){  char status,jabatan  int gaji_bersih,gaji_pokok,tunjangan,tunjangan_istri,tunjangan_anak,pajak,jumlah_anak       printf("\n jabatan\t:"); scanf("%c",&jabatan); printf("\n status\t:"); scanf("%s",&status); printf("\n jumlah anak\t:"); scanf("%d",&jum_anak); if(jabatan=='mandor') gj_pokok = 1750000; else if (gol=='kepala bagian') gj_pokok = 250000; else if (gol=='staf') gj_pokok = 1250000; else gj_pokok = 0; printf("\n gaji pokok...

Tuesday, 3 June 2014

Mari Mengenal Tipe Data Pada MYSQL

Seperti yang kita ketahui saat membuat field pada tabel di sebuah database, kita akan di minta untuk menentukan tipe data apa yang akan di gunakan sesuai dengan data yang akan di simpan pada database, berikut keterangan daripada tipe-tipe data di MySQL.   No Type Keterangan Panjang Karakter 1. TINYINT Berarti integer dengan range yang sangat kecil yaitu –2 sampai 2 , -1 atau 0 sampai 2. -1 jika UNSIGNED. Atribut yang dibolehkan adalah AUTO_INCREMENT, UNSIGNED, dan ZEROFILL....