
DSA-Quiz1-Pointers
Quiz
•
Information Technology (IT)
•
University
•
Medium
Anusha T
Used 1+ times
FREE Resource
Enhance your content
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is the primary purpose of a pointer in C?
To declare a new data type
To perform arithmetic operations on numbers
To store integer values
To store the memory address of another variable
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Which operator is used to get the memory address of a variable?
. (dot operator)
& (address-of operator)
* (dereference operator)
-> (member access operator)
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
If `int *ptr;` is declared, what type of value can `ptr` store?
Address of a floating-point variable
An integer value
The memory address of an integer variable
A floating-point value
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is the output of the following C code snippet?
int x = 10;
int p = &x;
printf("%d", *p);
The memory address of x
Error
Garbage value
10
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Which of the following statements correctly initializes a pointer `ptr` to point to an integer variable `num`?
ptr = *num;
int *ptr = #
int ptr = num;
int *ptr = num;
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What will be the value of `p` after the following operations and `int` takes 4 bytes?
int arr[] = {10, 20, 30, 40, 50}; int *p = arr; p = p + 2;
The address of `arr[2]`
The address of `arr[1]`
The value `30`
The address of `arr[0]` + 2 bytes
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
char str[] = "Hello"; char *ptr = str; What is the value of *(ptr + 2)?
The memory address of 'l'
e
H
l
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
12 questions
Java_Quiz_Part_2
Quiz
•
University
15 questions
Python_MCQ_2
Quiz
•
University
15 questions
Test
Quiz
•
University
10 questions
Ulangkaji PB (Ujian 1) Set B
Quiz
•
University
15 questions
Eval. 3B Bloque 1
Quiz
•
9th Grade - University
14 questions
UML - Diagrama de Classes
Quiz
•
University
15 questions
Review Time
Quiz
•
11th Grade - University
12 questions
CLC Lesson 4&5 Quiz
Quiz
•
University
Popular Resources on Wayground
20 questions
Brand Labels
Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
20 questions
ELA Advisory Review
Quiz
•
7th Grade
15 questions
Subtracting Integers
Quiz
•
7th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns
Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials
Interactive video
•
6th - 10th Grade
Discover more resources for Information Technology (IT)
11 questions
NFL Football logos
Quiz
•
KG - Professional Dev...
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)
Quiz
•
8th Grade - University
7 questions
Force and Motion
Interactive video
•
4th Grade - University
36 questions
Unit 5 Key Terms
Quiz
•
11th Grade - University
38 questions
Unit 6 Key Terms
Quiz
•
11th Grade - University
20 questions
La Hora
Quiz
•
9th Grade - University
7 questions
Cell Transport
Interactive video
•
11th Grade - University
7 questions
What Is Narrative Writing?
Interactive video
•
4th Grade - University