Berdasarkan siapa yang membuat, fungsi bisa dibedakan ke dalam 2 kelompok yaitu

Progdas Function

Quiz
•
Computers
•
9th - 12th Grade
•
Medium
Apri Wardi
Used 3+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
fungsi tangan dan fungsi badan
Built-In Function dan
User Defined Function
compack function dan full function
team function dan all function
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Bahasa C menyediakan banyak fungsi bawaan, dibawah ini yang merupakan library bawaan yaitu
going(), tab(), dan last()
new(), going(), draf()
printf(), scanf() dan strcpy()
semua jawaban benar
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Beberapa ada yang menyukai gaya camelCase, dimana karakter pertama nama fungsi ditulis dengan huruf kecil, kemudian setiap karakter pertama kata berikutnya dalam huruf besar, penulisan camel case yang benar yaitu ?
CariNamaMahasiswa()
memasaknasi()
hotel_bintang()
harirabu_jumat()
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
#include <stdio.h>
sapaLisa() {
printf("Hai Lisa \n");
}
sapaSari() {
printf("Morning, Sari \n");
}
sapaRudi() {
printf("Halo bro,.. \n");
}
imain()
{
sapaLisa();
sapaSari();
sapaRudi();
getch();
}
tampilan dari kode program diatas adalah ?
Hai Lisa
Morning, Sari
Halo bro,..
Hai Lisa, andre
raju
Assalamualaikum ukhti
selamat pagi, malam dan siang
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
#include <stdio.h>
hitungLuasSegitiga() {
alas = 5;
tinggi = 7;
luas = (alas * tinggi) / 2;
printf("Luas segitiga adalah: %.2f \n",luas);
}
imain(void)
{
hitungLuasSegitiga();
main();
}
hasil output dari kode program diatas adalah
20.5
17.50
30.4
14
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Untuk menjalankan program pada bahasa C menggunakan perintah
compile
run
gets
string
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Menggambarkan program secara logika merupakan fungsi dari...
Dxdiag
Flowchart
Begin
Sistem oprasi
Create a free account and access millions of resources
Similar Resources on Quizizz
10 questions
XI 1 Ulangan Harian 1 INFORMATIKA Bahasa C

Quiz
•
10th Grade
15 questions
If dan For dalam Bahasa C

Quiz
•
11th Grade
11 questions
Quiz Menghitung Luas dan Keliling Lingkaran

Quiz
•
11th Grade
15 questions
3.1.3 (i) Menghasilkan segmen kod menggunakan fungsi input

Quiz
•
9th - 10th Grade
15 questions
Latihan Pemrograman

Quiz
•
12th Grade
13 questions
Pemrograman C: scanf dan printf

Quiz
•
11th Grade
12 questions
for dan if bahasa C

Quiz
•
11th Grade
10 questions
Preetest Pemrograman Bahasa C

Quiz
•
11th Grade
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
25 questions
SS Combined Advisory Quiz

Quiz
•
6th - 8th Grade
40 questions
Week 4 Student In Class Practice Set

Quiz
•
9th - 12th Grade
40 questions
SOL: ILE DNA Tech, Gen, Evol 2025

Quiz
•
9th - 12th Grade
20 questions
NC Universities (R2H)

Quiz
•
9th - 12th Grade
15 questions
June Review Quiz

Quiz
•
Professional Development
20 questions
Congruent and Similar Triangles

Quiz
•
8th Grade
25 questions
Triangle Inequalities

Quiz
•
10th - 12th Grade
Discover more resources for Computers
40 questions
Week 4 Student In Class Practice Set

Quiz
•
9th - 12th Grade
40 questions
SOL: ILE DNA Tech, Gen, Evol 2025

Quiz
•
9th - 12th Grade
20 questions
NC Universities (R2H)

Quiz
•
9th - 12th Grade
25 questions
Triangle Inequalities

Quiz
•
10th - 12th Grade
10 questions
Right Triangles: Pythagorean Theorem and Trig

Quiz
•
11th Grade
46 questions
Biology Semester 1 Review

Quiz
•
10th Grade
24 questions
LSO - Virus, Bacteria, Classification - sol review 2025

Quiz
•
9th Grade
65 questions
MegaQuiz v2 2025

Quiz
•
9th - 12th Grade