pointers in c

Quiz
•
Computers
•
University
•
Medium
Karen Tan
Used 10+ times
FREE Resource
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
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
T_4.2 Identifier, Data Types, Operators & Expressions

Quiz
•
12th Grade - University
10 questions
java quiz on Encapsulation and Abstraction

Quiz
•
University
10 questions
Python Basics

Quiz
•
University
10 questions
Java Quiz

Quiz
•
University
11 questions
Array

Quiz
•
University
14 questions
Data Structure

Quiz
•
University
14 questions
Java Operators

Quiz
•
University
12 questions
C Basics

Quiz
•
University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
21 questions
Spanish-Speaking Countries

Quiz
•
6th Grade - University
20 questions
Levels of Measurements

Quiz
•
11th Grade - University
7 questions
Common and Proper Nouns

Interactive video
•
4th Grade - University
12 questions
Los numeros en español.

Lesson
•
6th Grade - University
7 questions
PC: Unit 1 Quiz Review

Quiz
•
11th Grade - University
7 questions
Supporting the Main Idea –Informational

Interactive video
•
4th Grade - University
12 questions
Hurricane or Tornado

Quiz
•
3rd Grade - University
7 questions
Enzymes (Updated)

Interactive video
•
11th Grade - University