C/C++ Programming Chapter 2

C/C++ Programming Chapter 2

University

16 Qs

quiz-placeholder

Similar activities

Quiz - Control Structure in C programming

Quiz - Control Structure in C programming

University

15 Qs

EST102 : PROGRAMMING IN C TEST 1

EST102 : PROGRAMMING IN C TEST 1

University

20 Qs

C Basics

C Basics

University

12 Qs

Sintaxis en C

Sintaxis en C

University

15 Qs

2D Array and Strings in C

2D Array and Strings in C

University

16 Qs

C Programming

C Programming

University

20 Qs

C-Programming

C-Programming

University

15 Qs

OS with C programming

OS with C programming

University

12 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

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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?