In C language, “scanf” command is used to accept the user input from the keyboard. The format of scanf is:

C Programming Tutorial 2 (Chapter 2)

Quiz
•
Professional Development
•
Professional Development
•
Easy
Anna Sukri
Used 3+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
scanf {"The text to be displayed"};
scanf [“The text to be displayed”];
scanf <"The text to be displayed">;
scanf ("The text to be displayed");
2.
FILL IN THE BLANK QUESTION
1 min • 1 pt
____________ represent grammar errors in the use of the programming language.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is not a data type in C programming?
int
float
char
string
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is the correct syntax to declare an integer variable named "x"?
integer x;
x = int;
int x;
x = integer;
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code snippet?
int x = 5;
int y = x++;
printf ("%d %d", x, y);
5 6
6 5
5 5
6 6
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a loop statement in C programming?
if
else
for
switch
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct syntax to read input from the user in C programming?
scanf ("%d", x);
read ("%d", x);
scanf ("%d", &x);
input ("%d", &x);
Create a free account and access millions of resources
Similar Resources on Quizizz
20 questions
Pre-Assessment- C,C++, Data Structure & SQL_10th June 24

Quiz
•
Professional Development
10 questions
C-program Introduction

Quiz
•
Professional Development
10 questions
C Structures

Quiz
•
Professional Development
10 questions
CPR Quiz_chapter 5_structure

Quiz
•
Professional Development
10 questions
Quiz 2 ENMCS SCADA

Quiz
•
Professional Development
20 questions
HACKATHON HUSTLE(ROUND 2)

Quiz
•
Professional Development
15 questions
CPR_Quiz_Chapter4_function

Quiz
•
Professional Development
15 questions
SQL Statements and Queries

Quiz
•
Professional Development
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade