Unit 3 pre defined functions

Unit 3 pre defined functions

University

7 Qs

quiz-placeholder

Similar activities

Unit-3: Quiz

Unit-3: Quiz

University

6 Qs

String Methods

String Methods

12th Grade - University

9 Qs

Tipe Data

Tipe Data

University

10 Qs

שפה עלית

שפה עלית

University

10 Qs

Array and String

Array and String

University

10 Qs

ProgramC CH4

ProgramC CH4

University

10 Qs

I/O STATEMENTS IN C

I/O STATEMENTS IN C

University

10 Qs

CODE CAREER

CODE CAREER

University

9 Qs

Unit 3 pre defined functions

Unit 3 pre defined functions

Assessment

Quiz

Computers

University

Easy

Created by

Abhishek Pandey

Used 3+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

getchar() function is an output function

True

false

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The control string used to read a hexadecimal character is _______________.

%x

%h

%o

aLL

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The control string used to read a octal character is _______________.

%x

%i

%o

alL

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

puts() is a input function

True

false

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

scanf() is used to enter multiword string

true

false

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

gets() is used to enter multiword string

true

false

May be

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

gets(), puts(), getchar() and putchar() available in

stdio.h

math.h

string.h

all