pointers in c
Quiz
•
Computers
•
University
•
Practice Problem
•
Medium
Karen Tan
Used 11+ times
FREE Resource
Enhance your content in a minute
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
int a = 10, b=5;
int *c;
c = &a;
int *d;
d = &b;
//&a=fff110; &b=abc123;
what is the value of c?
fff110
abc123
10
5
none of the above
2.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
int a = 10, b=5;
int *c;
c = &a;
int *d;
d = &b;
//&a=fff110; &b=abc123;
what is the value of d?
fff110
abc123
10
5
none of the above
3.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
int a = 10, b=5;
int *c;
c = &a;
int *d;
d = &b;
//&a=fff110; &b=abc123;
what is the value of *d?
fff110
abc123
10
5
none of the above
4.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
int a = 10, b=5;
int *c;
c = &a;
int *d;
d = &b;
//&a=fff110; &b=abc123;
what is the value of *c?
fff110
abc123
10
5
none of the above
5.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
int a = 10, b=5;
int *c;
c = &a;
int *d;
d = &b;
int *e;
int *f;
e=c;
f=d;
//&a=fff110; &b=abc123;
what is the value of e?
fff110
abc123
10
5
none of the above
6.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
int a = 10, b=5;
int *c;
c = &a;
int *d;
d = &b;
int *e;
int *f;
e=c;
f=d;
//&a=fff110; &b=abc123;
what is the value of f?
fff110
abc123
10
5
none of the above
7.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
int a = 10, b=5;
int *c;
c = &a;
int *d;
d = &b;
int *e;
int *f;
e=c;
f=d;
//&a=fff110; &b=abc123;
what is the value of *f?
fff110
abc123
10
5
none of the above
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
14 questions
LA7.C7: Turtle Graphics
Quiz
•
9th Grade - University
15 questions
Guess The Logo
Quiz
•
5th Grade - Professio...
13 questions
Week 2 Before Class
Quiz
•
University
10 questions
cp06-01-1D-Array
Quiz
•
University
10 questions
6-文件操作
Quiz
•
University
10 questions
Listen in Python
Quiz
•
University
13 questions
Chap 1: What is a program made of?
Quiz
•
University
10 questions
MS Excel - Day 04
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
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
20 questions
Figurative Language Review
Quiz
•
6th Grade
