C/C++ Programming Chapter 2

C/C++ Programming Chapter 2

University

16 Qs

quiz-placeholder

Similar activities

Control Structures  C#

Control Structures C#

University

20 Qs

Microsoft  Office Word

Microsoft Office Word

4th Grade - University

12 Qs

12AIT - All About W3C <3

12AIT - All About W3C <3

10th Grade - University

18 Qs

Computing Skills

Computing Skills

University

12 Qs

C++ Assesment 1

C++ Assesment 1

University

20 Qs

Text me!

Text me!

University

20 Qs

DCN5511: Chapter 5 - 7

DCN5511: Chapter 5 - 7

University

15 Qs

Revision : Chapter 1

Revision : Chapter 1

University

19 Qs

C/C++ Programming Chapter 2

C/C++ Programming Chapter 2

Assessment

Quiz

Computers

University

Practice Problem

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?