Structmy output look like this: Mahasiswa ke-1: Nama: NIM: Lili Umur: 123456789 Kode Pos: 13 Tempat Lahir...
Structmy source code: #include <stdio.h> struct database { char nama[105]; char nim[10]; int age; cha...
StructSample Input (standard input) 2 Lili 123456789 13 786431 Jakarta 14 SEPT2010 Bina Nusantara School 7...
StructCollege Student Bibi is a lecturer who manages a student database at a university. Before Bibi exis...
More additionthanks!