Friday, February 20, 2015

Penggunaan Puts ()

Penggunaan Puts ()







Berikut codingnya :
  1. #include <iostream.h>
  2. #include <conio.h>
  3. #include <stdio.h>
  4. void main() {
  5.   char y[6]="AMIKOM";
  6.   puts("Saya kuliah di "); puts(y);
  7.   getch();
  8. }

No comments:

Post a Comment