C++ References
Quiz
•
Computers, Science
•
6th - 12th Grade
•
Medium
Natalia Fumero
Used 33+ times
FREE Resource
12 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
In C++ a variable that has an & appended is storing a(n):
value
address
integer
string
2.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
The "&" symbol is called a(n):
sandpaper
ampersand
percentage sign
andthisthat
3.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
I have a variable int a = 2;
then a variable int& b = a;
What happens if I change the value of b
Nothing
a changes as well
b gets bigger
a disappears
4.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
Which of these looks like a possible output
int variable = 5;
cout<<&variable;
5
0x7ffc8d64e404
&5
this would throw an error
5.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
If the address of b is at 0x7ff.
What would the following code output?
int b = 160;
int &a = b;
int &c = a;
cout<<a <<endl;
cout<<&c;
160
160
0x7ff
160
160
0x7ff
0x7ff
0x7ff
6.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
Given the function
int var(int& x){
x+= 10;
return 0;
};
What will this code output?
int main(){
int b = 160;
var(b);
cout<<b <<endl;
}
160 160
170
b
22xff
7.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
Given the function
int var(int& a){
a*= 2;
return 0;
};
What will this code output?
int main(){
int b = 160;
int a = b - 60;
var(a);
cout <<b <<endl;
cout<< a <<endl;
}
160
200
160
320
320
160
160
80
Create a free account and access millions of resources
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
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
15 questions
Sistem Komputer dan Analisa Data
Quiz
•
7th Grade
10 questions
Science 8 ET LG 1.1
Quiz
•
8th Grade
10 questions
الخلايا و الطاقة
Quiz
•
6th Grade
11 questions
Preparación Icfes I
Quiz
•
11th Grade
15 questions
Arduino
Quiz
•
7th - 9th Grade
15 questions
HTML
Quiz
•
8th - 12th Grade
9 questions
La palanca
Quiz
•
9th Grade
17 questions
Asesmen Sumatif Kelas 7 Semester Genap
Quiz
•
7th Grade
Popular Resources on Wayground
20 questions
Halloween Trivia
Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Order of Operations
Quiz
•
5th Grade
20 questions
Halloween
Quiz
•
5th Grade
16 questions
Halloween
Quiz
•
3rd Grade
12 questions
It's The Great Pumpkin Charlie Brown
Quiz
•
1st - 5th Grade
20 questions
Possessive Nouns
Quiz
•
5th Grade
10 questions
Halloween Traditions and Origins
Interactive video
•
5th - 10th Grade
