User profile: Alsya11

User info
User name:Alsya11
History
Joined:
Number of posts:20
Latest posts:

Struct
my output look like this: Mahasiswa ke-1: Nama: NIM: Lili Umur: 123456789 Kode Pos: 13 Tempat Lahir...

Struct
my source code: #include <stdio.h> struct database { char nama[105]; char nim[10]; int age; cha...

Struct
Sample Input (standard input) 2 Lili 123456789 13 786431 Jakarta 14 SEPT2010 Bina Nusantara School 7...

Struct
College Student Bibi is a lecturer who manages a student database at a university. Before Bibi exis...

More addition
thanks!