Manakah fungsi fopen yang benar, jika file yang ingin dibaca berada dalam satu folder?
File Processing

Quiz
•
Computers
•
University
•
Medium

PANDU WICAKSONO
Used 1+ times
FREE Resource
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
fopen("test2.txt", "r");
fopen("C:\\Users\\user\\Documents\\Latihan\\test2.txt", "r");
fopen("C:\Users\user\Documents\Latihan\test2.txt", "r");
fopen("test2.txt", "w");
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
isi file test2: Pandu
fp = fopen("test2.txt", "r");
char ch = fgetc(fp);
printf("%c", ch);
apa output dari potongan kode diatas
Pandu
P
p
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
isi file test2: Pandu
FILE *fp = NULL;
fp = fopen("C:\\Users\\user\\Documents\\Development\\Latihan\\test2.txt", "r");
Lanjutkan kode diatas agar dapat membaca isi dari file test2
while (!feof(fp))
{
char ch = fgetc(fp);
printf("%c", ch);
}
while (feof(fp))
{
char ch = fgetc(fp);
printf("%c", ch);
}
while (!feof(fp))
{
char ch = fgets(fp);
printf("%c", ch);
}
while (!feof(fp))
{
char ch = fgetc(fp);
printf("%s", ch);
}
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
bagaimana membuat Buffer Area?
file *nama_variable;
File *nama_variable;
FILE *nama_variable;
*nama_variable
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
mode yang digunakan untuk membaca (read) dan menulis (write) file binary adalah
"rb" dan "wb"
"r" dan "w"
"r+" dan "w+"
"a" dan "b"
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
file header mana yang dapat digunakan untuk File Processing
<stdio.h>
<stdlib.h>
<string.h>
<stdarg.h>
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
fungsi yang digunakan untuk membaca per karakter adalah
fgets()
fgetc()
fgetcc()
fstring()
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
fungsi untuk membaca file dengan panjang tertentu adalah
fgetc()
fgetch()
fgets()
gets()
Similar Resources on Quizizz
10 questions
Programming in C

Quiz
•
University
10 questions
Tes Awal AlPro Modul 6

Quiz
•
University
6 questions
Unit 12 : error no

Quiz
•
University
10 questions
Data Exploration Quiz

Quiz
•
University
10 questions
File Type Extensions

Quiz
•
8th Grade - University
7 questions
Intro to ML: Evaluation (Part 1)

Quiz
•
University
10 questions
Adobe Flash

Quiz
•
University
10 questions
Seminar 3 - EDA25

Quiz
•
University
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
20 questions
Math Review - Grade 6

Quiz
•
6th Grade
20 questions
math review

Quiz
•
4th Grade
5 questions
capitalization in sentences

Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance

Interactive video
•
5th - 8th Grade
15 questions
Adding and Subtracting Fractions

Quiz
•
5th Grade
10 questions
R2H Day One Internship Expectation Review Guidelines

Quiz
•
Professional Development
12 questions
Dividing Fractions

Quiz
•
6th Grade