Variables in C Quiz

Variables in C Quiz

University

20 Qs

quiz-placeholder

Similar activities

ABA - Study Quiz Two

ABA - Study Quiz Two

University

20 Qs

Midterm Examination 1 (Computer Network)

Midterm Examination 1 (Computer Network)

University

15 Qs

childhood apraxia

childhood apraxia

University

20 Qs

G12

G12

University

20 Qs

Желилик 125-150

Желилик 125-150

University

25 Qs

Economics Quiz on Production Concepts

Economics Quiz on Production Concepts

University

20 Qs

Exploring ICT in Education

Exploring ICT in Education

University

15 Qs

Understanding Python Control Structures

Understanding Python Control Structures

University

15 Qs

Variables in C Quiz

Variables in C Quiz

Assessment

Quiz

Others

University

Hard

Created by

Nandhini K

Used 1+ times

FREE Resource

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

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?