
Session 4 : Multiple Choice

Quiz
•
Computers
•
University
•
Hard
Jirapod Jintasornrom
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What is the purpose of scanf in C?
To print output to the console
To read input from the console
To allocate memory
To perform mathematical operations
2.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Which of the following is the correct way to use scanf to read an integer value into variable x?
scanf("%d", x);
scanf("%d", &x);
scanf("d%", x);
scanf("d%", &x);
3.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What is the purpose of printf in C?
To read input from the console
To print output to the console
To allocate memory
To perform mathematical operations
4.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
How can you read a character input using scanf in C?
scanf("%c", &ch);
scanf("%s", ch);
scanf("%d", ch);
scanf("%c", ch);
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What is the correct format specifier to read a float value using scanf in C?
%f
%d
%s
%c
6.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What will be the output of the following code if the user enters 12 34?
int main( )
{ int a, b;
scanf("%d %d", &a, &b);
printf("%d %d", a, b);
return 0; }
12 34
34 12
12 12
34 34
7.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What is the purpose of using the & operator in scanf function in C?
To read input from the console
To print output to the console
To perform mathematical operations
To allocate memory
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Round 2 Debug-The-Code

Quiz
•
University
10 questions
CIS1101-programming practice2

Quiz
•
University
12 questions
C++ Basics (1)

Quiz
•
University
10 questions
C Programming Lab Quiz

Quiz
•
University
8 questions
FST Class 2023- Quiz 3

Quiz
•
University
10 questions
JAVA I/O

Quiz
•
University
11 questions
nivel de programación Js

Quiz
•
University
15 questions
Repaso progrmación 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