Search Header Logo

Unit 3 I/O functions

Authored by Abhishek Pandey

Computers

University

Used 1+ times

Unit 3 I/O functions
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to input an integer using scanf?

scanf("%s", &num);

scanf("%f", &num);

scanf("%d", &num);

scanf("%c", &num);

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct format specifier to print a string in C using printf?

%d

%o

%c

%s

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the scanf function, why is the address-of operator (&) used?

To specify the type of input

To store the input in a variable

To pass the variable's memory address

To terminate the input

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to print a floating-point number with 2 decimal places in C?

printf("%.2f", num);

printf("%2f", num);

printf("%f.2", num);

printf("%2f", num);

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following format specifiers can be used to print an integer value in hexadecimal format?

%o

%i

%x

%d

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?