
Kuis Pointer 1
Authored by 089_Gradiva undefined
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
6 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
void modify(int*& ptr) {
int local = 20;
ptr = &local;
}
int main() {
int x = 10;
int* p = &x;
modify(p);
cout << *p << endl; // Apa hasil ini?
}
20
10
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
int main() {
int arr[] = {10, 20, 30, 40};
int* p = arr + 2;
cout << (p++) << " " << (++p) << endl; // Apa hasil ini?
}
30 40
40 30
30 (angka acak)
40 (angka acak)
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
int main() {
int* p = nullptr;
if (p)
cout << "Not null";
else
cout << "Null";
}
Not null
Null
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
int main() {
int a = 10;
int* p1 = &a;
int*& ref = p1;
int b = 20;
ref = &b;
cout << p1 << " " << ref << endl;
}
20 10
10 10
10 20
20 20
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
int main() {
int x = 10;
int* p = &x;
delete p;
cout << x << endl;
}
10
Compile error
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
int main() {
int arr[] = {1, 2, 3, 4, 5};
int* p = arr + 4;
cout << *(p - 2) << endl;
}
2
3
4
Undefined (nilai gajelas)
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?
Similar Resources on Wayground
10 questions
Basic Logic & Programming pt.2
Quiz
•
6th Grade - University
10 questions
Internet dan Intranet
Quiz
•
9th Grade - University
9 questions
CPP-TESTING
Quiz
•
University
10 questions
Deep learning Batch 1
Quiz
•
University
10 questions
Teste de revisão - Liguagem C
Quiz
•
University
10 questions
C-Volution (Hard)
Quiz
•
University
10 questions
ITes Class-IX LibreOffice Impress Quiz
Quiz
•
9th Grade - University
10 questions
Code Twisters Round 1 Demo
Quiz
•
University
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
54 questions
Analyzing Line Graphs & Tables
Quiz
•
4th Grade
22 questions
fractions
Quiz
•
3rd Grade
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade
15 questions
Equivalent Fractions
Quiz
•
4th Grade
Discover more resources for Information Technology (IT)
7 questions
How James Brown Invented Funk
Interactive video
•
10th Grade - University
5 questions
Helping Build the Internet: Valerie Thomas | Great Minds
Interactive video
•
11th Grade - University
12 questions
IREAD Week 4 - Review
Quiz
•
3rd Grade - University
23 questions
Subject Verb Agreement
Quiz
•
9th Grade - University
7 questions
Renewable and Nonrenewable Resources
Interactive video
•
4th Grade - University
19 questions
Review2-TEACHER
Quiz
•
University
15 questions
Pre2_STUDENT
Quiz
•
University
20 questions
Ch. 7 Quadrilateral Quiz Review
Quiz
•
KG - University