Search Header Logo

Variables and Data Types in C

Authored by Tamicia undefined

Computers

12th Grade

Used 2+ times

Variables and Data Types in C
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

8 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following are correct?

Variables are empty spaces in memory used to store data

Examples of variables are 3num, $%date&time, 2age

Variable names should be concise and relate to the data that they are storing

When declaring variables, the data type is placed AFTER the variable name and not before

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following are data types in C?

Float, data/time, int

Char, int, float, double

string, double, floater

Char, array, integer

Answer explanation

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following data can a variable declared as 'int' store?

2.55

0

30.0

30

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

TRUE OR FALSE?

The printf function is used to INPUT data while the scanf function is used to OUTPUT data

TRUE

FALSE

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the format identifiers for the data types int, char and string respectively?

%d, %c, %lf

%s, %f, %d

%d, %c, %s

%f, %lf, %s

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct format for declaring a variable that stores integers?

variable_name, data_type, = 0;

data_type, variable_name, = 0;

=0;, variable_name, data_type

data_type, =0;, variable_name

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or False? The float data type in C can store the numbers 31.0 and 31.678

FALSE

TRUE

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?