C/C++ Programming Chapter 2

C/C++ Programming Chapter 2

University

16 Qs

quiz-placeholder

Similar activities

Binary Tree

Binary Tree

University

14 Qs

Python Quiz

Python Quiz

University

15 Qs

Spreadsheet Fundamentals - Quiz2

Spreadsheet Fundamentals - Quiz2

University

20 Qs

Processing- The CPU Quiz

Processing- The CPU Quiz

10th Grade - University

20 Qs

Categories of Computers

Categories of Computers

9th Grade - University

19 Qs

Coding Karel 2

Coding Karel 2

KG - University

20 Qs

Java Quiz 4

Java Quiz 4

University

15 Qs

Types of Mass Media

Types of Mass Media

10th Grade - Professional Development

11 Qs

C/C++ Programming Chapter 2

C/C++ Programming Chapter 2

Assessment

Quiz

Computers

University

Medium

Created by

Lê Duy Tân

Used 44+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Every C program begins execution at the function

main

void

stdio.h

if

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Every function’s body begins with ___ and ends with ___

left brace ({), right brace (})

right brace (}), left brace ({)

semicolon, left brace ({)

printf, right brace (})

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Every statement ends with a(n) ___

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The ___ standard library function displays information on the screen.

printf

scanf

if

readline

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The ___ Standard Library function is used to obtain data from the keyboard.

if

printf

scanf

main

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The conversion specifier ___ is used in a scanf format control string to indicate

that an integer will be input and in a printf format control string to indicate that an

integer will be output.

%x

%t

%m

%d

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Function printf always begins printing at the beginning of a new line.

True

False

Answer explanation

Function printf always begins printing where the cursor is positioned,

and this may be anywhere on a line of the screen.

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?