I/O STATEMENTS IN C

I/O STATEMENTS IN C

University

10 Qs

quiz-placeholder

Similar activities

cs1300-F17-Week8

cs1300-F17-Week8

12th Grade - University

15 Qs

QUIZ 1: REVIEW ON C

QUIZ 1: REVIEW ON C

University

15 Qs

BAB 3.1.3 INPUT & OUTPUT

BAB 3.1.3 INPUT & OUTPUT

12th Grade - University

10 Qs

Quiz 1 - Intro to C

Quiz 1 - Intro to C

University

10 Qs

Python Basics

Python Basics

University

10 Qs

#include <\c>

#include <\c>

University

13 Qs

Jison (Español)

Jison (Español)

University

12 Qs

C programming

C programming

University

15 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?