Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 1.9 KB

lesson-04.md

File metadata and controls

55 lines (36 loc) · 1.9 KB

C PROGRAMMING BAGI PEMULA

Home Lesson 01 Lesson 02 Lesson 03 Lesson 04 Lesson 05 Develop Application

LESSON 04: Penanganan file pada Pemrograman C


Objectives

  1. Peserta mampu memahami cara membaca isi file.
  2. Peserta mampu memahami cara menulis isi file.
  3. Peserta mampu memahami cara menambahkan data pada file baris terakhir.
  4. Peserta mampu memahami cara menulis isi file dengan format.
  5. Peserta mampu memahami cara membaca isi file dengan format.
  6. Peserta mampu memahami cara mengecek keberadaan file, membuat file, dan menghapus file dalam direktori.
  7. Persiapan untuk kelas berikutnya.

Material


File:


Exercises


Feedback


Home Lesson 01 Lesson 02 Lesson 03 Lesson 04 Lesson 05 Develop Application