Thursday, November 10, 2011
Mencoba Format String dan Desimal Integer
#include <stdio.h>
#include <stdlib.h>
int main()
{
char ch = 'H';
printf ("Nama saya %s !\n", ch);
printf("Wetengku Loro!\n");
printf("Pengen beng-beng %c ! \n", 'A');
printf("Ngepup %d ! \n",'A');
printf("Ngepup %s ! \n","ping 1000");
system ("PAUSE");
return (0);
}
Labels:
Tugas Dev.C++
Subscribe to:
Post Comments (Atom)
Popular Posts
-
Silahkan Download Materi KKI UB Kampus (4) Kediri di Link Bawah ini. Download : Materi KKI.
-
#include <stdio.h> #include <stdlib.h> int main () { //Deklarasi Variabel int UTS,UAS,TUGAS; float NA; char grade; ...
-
#include <stdio.h> #include <stdlib.h> int main() { int i = 1; int x = 5; int y = x + i; printf ("i=%d\nx=...





No comments:
Post a Comment
Please...Follow my Blog and Leave your Comments!!!
Thank You...