
Module4QuizLabWth230

Quiz
•
Science
•
University
•
Medium
Armilyn Martinez
Used 3+ times
FREE Resource
40 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 2 pts
What is stored in a pointer variable?
Value of a variable
Address of a variable
Data type of a variable
Size of a variable
2.
MULTIPLE CHOICE QUESTION
45 sec • 2 pts
In the following code snippet, what does p+1 represent? int number = 5; int *p = &number; p = p + 1;
Incrementing the value of number
The next integer value in memory
Moving the pointer to the next memory location
Adding 1 to the address stored in p
3.
MULTIPLE CHOICE QUESTION
45 sec • 2 pts
Which operator is used to dereference a pointer?
&
*
->
%
4.
MULTIPLE CHOICE QUESTION
45 sec • 2 pts
What will the following program output if run on a 32-bit architecture? int number = 10; int *p = &number; printf("%u\n", p); p = p + 1; printf("%u\n", p);
Address increases by 1
Address increases by 2
Address increases by 4
Address remains unchanged
5.
MULTIPLE CHOICE QUESTION
45 sec • 2 pts
What does the following code print? int arr[3] = {10, 20, 30}; int *p = arr; printf("%d\n", *(p + 2));
10
20
30
Error
6.
MULTIPLE CHOICE QUESTION
45 sec • 2 pts
What does the following code initialize in p2? struct Point p2 = {.x = 20};
All members are initialized to 0
Only x is initialized, others are undefined
All members are initialized to the same value
Compilation error
7.
MULTIPLE CHOICE QUESTION
45 sec • 2 pts
Which member access operator is used to access a structure's member?
->
.
*
&
Create a free account and access millions of resources
Similar Resources on Wayground
36 questions
Calidad del trigo

Quiz
•
University
42 questions
Cuestionario sobre Compilación y Programación

Quiz
•
University
35 questions
Chemistry Final Test

Quiz
•
8th Grade - University
40 questions
ÔN TẬP HKI KHTN 8 2024 2025

Quiz
•
8th Grade - University
45 questions
ICM 805

Quiz
•
University
36 questions
(Week 12) Game Programming

Quiz
•
University
39 questions
Physical Science Final Study Guide - Question Extraction

Quiz
•
9th Grade - University
35 questions
EKG OPERATIONS 1

Quiz
•
University
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade