I/O STATEMENTS IN C

I/O STATEMENTS IN C

University

10 Qs

quiz-placeholder

Similar activities

Файлы в Pascale

Файлы в Pascale

University

13 Qs

Input And Output in C

Input And Output in C

University

10 Qs

ECE-C Quiz _3

ECE-C Quiz _3

University

10 Qs

Printf, scanf

Printf, scanf

University

12 Qs

Quiz Input dan Ouput C++

Quiz Input dan Ouput C++

University

10 Qs

Tie Round

Tie Round

University

15 Qs

Unit 3 pre defined functions

Unit 3 pre defined functions

University

7 Qs

C programming-1

C programming-1

University

13 Qs

I/O STATEMENTS IN C

I/O STATEMENTS IN C

Assessment

Quiz

Computers

University

Hard

Created by

RAJKUMAR DV

Used 7+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following correctly shows the hierarchy of arithmetic operations in C?

/ + * -

* - / +

+ - / *

/ * + -

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct usage of conditional operators used in C?

a>b ? c=30 : c=40;

a>b ? c=30;

max = a>b ? a>c?a:c:b>c?b:c

return (a>b)?(a:b)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a format specifier in C language.?

A format Specifier tells compiler to treat a variable value is predefined way.

Different format specifiers are used to print different type of data.

Format specifiers are used to write data to files in a formatted way.

All the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which among the following is the odd one out?

printf

fprintf

putchar

scanf

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

For a typical program, the input is taken using _________

scanf

Files

Command-line

All of the mentioned

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the value of EOF?

-1

1

0

10

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the use of getchar()?

The next input character each time it is called

EOF when it encounters end of file

The next input character each time it is called EOF when it encounters end of file

None of the mentioned

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?