Search Header Logo

Variables in C Quiz

Authored by Nandhini K

Others

University

Used 1+ times

Variables in C Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a variable in C?

A function in C

A type of loop in C

A way to represent memory location through symbols

A reserved keyword in C

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a rule for defining variables in C?

Variable names can contain special characters like @, #, $

Variable names must start with a digit

Variable names are case-insensitive

Variable names cannot be the same as C keywords

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the syntax for declaring a variable in C?

variable_name data_type;

data_type variable_name;

variable_name = data_type;

data_type = variable_name;

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of variable retains its value between multiple function calls in C?

Static variable

Automatic variable

Global variable

Local variable

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the process of reserving memory space for a variable in C?

Variable Initialization

Variable Declaration

Variable Definition

Variable Assignment

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of variable is declared outside the function or block in C?

Global variable

Static variable

Local variable

Automatic variable

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default type of variables declared inside a block in C?

Automatic variable

Static variable

Global variable

Local variable

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

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?