
Cek Poin
Authored by Wahyu Lesmono
Information Technology (IT)
University
Used 2+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
100 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Apa output dari program berikut? int arr[5] = {1, 2, 3, 4, 5}; printf("%d", arr[2]);
1
2
3
4
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Apa output dari program berikut? struct Buku { string judul; }; Buku b; b.judul = "C++"; cout << b.judul;
b.judul
C++
Error
struct Buku
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Perhatikan kode berikut. Apa tipe data yang paling efisien digunakan untuk variabel 'umur'? int umur = 25;
float
char
int
double
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Apa output dari program berikut? int arr[5] = {1, 2, 3, 4, 5}; printf("%d", arr[2]);
1
2
3
4
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Apa output dari program berikut? struct Buku { string judul; }; Buku b; b.judul = "C++"; cout << b.judul;
b.judul
C++
Error
struct Buku
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Apa output dari fungsi cetak linked list berikut? Node* head = new Node{10, new Node{20, NULL}}; printList(head);
10 20
20 10
NULL
Error
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Apa output dari program berikut? struct Buku { string judul; }; Buku b; b.judul = "C++"; cout << b.judul;
b.judul
C++
Error
struct Buku
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?