
C Programming Quiz

Quiz
•
English
•
•
Medium
Anh Tuan
Used 4+ times
FREE Resource
112 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following C code? int x = 10; int y = 3; printf("%d", x / y);
3
3.33
2
1
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is the correct way to declare a pointer to a constant integer in C?
const int *ptr;
int *const ptr;
const *int ptr;
int *ptr const;
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of the goto statement in C?
To create an infinite loop
To jump to a specific part of the program
To stop the program execution
To define a function
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is used to include a user-defined header file in C?
#include "filename"
#include
#import "filename"
#import
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following statements is true about the continue statement in C?
It terminates the current loop and exits from the program.
It skips the remaining part of the current loop iteration and continues with the next iteration.
It jumps to the start of the function.
It pauses the program execution.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct syntax to allocate memory for a single integer dynamically in C?
int *ptr = malloc(sizeof(int));
int ptr = malloc(sizeof(int));
int *ptr = malloc(1 * sizeof(int));
Both A and C are correct
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code in C? int x = 5; int y = 3; printf("%d", x > y);
1
0
5
3
Create a free account and access millions of resources
Similar Resources on Wayground
108 questions
GK2_12

Quiz
•
Professional Development
110 questions
Review 4

Quiz
•
5th Grade
110 questions
"Arachne" Mastery Vocabulary

Quiz
•
7th Grade
114 questions
Placement Test

Quiz
•
1st - 5th Grade
114 questions
E9 - LUYỆN 10 - PRONUNCIATION

Quiz
•
9th Grade
117 questions
E8- UNIT 4- SBT

Quiz
•
8th Grade
107 questions
G12 Hello U6

Quiz
•
12th Grade
113 questions
G12 Hello Unit 1

Quiz
•
12th Grade
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