Search Header Logo

I/O STATEMENTS IN C

Authored by RAJKUMAR DV

Computers

University

Used 7+ times

I/O STATEMENTS IN C
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?