Unit 3 pre defined functions

Unit 3 pre defined functions

University

7 Qs

quiz-placeholder

Similar activities

CSNP-04103 Chapter 2 - Components & Data Types

CSNP-04103 Chapter 2 - Components & Data Types

University

10 Qs

String Methods Review

String Methods Review

9th Grade - University

10 Qs

Coding Strings

Coding Strings

12th Grade - University

9 Qs

Java for Geeks and Dummies

Java for Geeks and Dummies

12th Grade - University

10 Qs

PROGRAMACION

PROGRAMACION

9th Grade - University

10 Qs

Alghorithma

Alghorithma

12th Grade - University

10 Qs

UNIT-1 PYTHON BASICS

UNIT-1 PYTHON BASICS

University

10 Qs

FINAL ROUND

FINAL ROUND

University

10 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