Unit 3 pre defined functions

Unit 3 pre defined functions

University

7 Qs

quiz-placeholder

Similar activities

Java Certification

Java Certification

9th Grade - University

11 Qs

Java Their

Java Their

9th Grade - University

11 Qs

Pop Quiz 1

Pop Quiz 1

University

6 Qs

C Program Array and strings

C Program Array and strings

University

10 Qs

Unit -1 Assignment -2

Unit -1 Assignment -2

University

10 Qs

Functions Pt. 2 + Separate Compilation

Functions Pt. 2 + Separate Compilation

9th Grade - University

10 Qs

XTK 022 2021/JUN(3)

XTK 022 2021/JUN(3)

University

10 Qs

Quiz 6

Quiz 6

University

5 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