Search Header Logo

Quiz on Keyword, Constants and Variable

Authored by Seethamani P IT faculty

Engineering

12th Grade

Used 2+ times

Quiz on Keyword, Constants and Variable
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a keyword in the C programming language?

A keyword in C is a reserved word with a predefined meaning.

A keyword in C is a comment in the code.

A keyword in C is a variable name.

A keyword in C is a user-defined function.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many keywords are there in C?

24

16

32

40

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Can keywords in C be used as variable names? Why or why not?

Keywords can be redefined as variable names in C.

Yes, keywords can be used as variable names if they are not reserved.

No, keywords in C cannot be used as variable names.

Keywords can be used as variable names in certain contexts.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the significance of the 'void' keyword in C?

The 'void' keyword indicates a function returns a pointer.

The 'void' keyword signifies that a function does not return a value.

The 'void' keyword is used to declare a variable of any type.

The 'void' keyword is a data type that can hold values.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the role of the 'const' keyword in C?

The 'const' keyword defines constant variables that cannot be modified after their initial assignment.

The 'const' keyword is a data type that represents a variable with a fixed size.

The 'const' keyword is used to declare functions that cannot be called.

The 'const' keyword allows variables to be modified at any time.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How does the 'sizeof' keyword work in C?

'sizeof' is used to declare new data types in C.

'sizeof' returns the size in bytes of a data type or variable.

'sizeof' can only be used with integer data types.

'sizeof' calculates the total number of variables in a program.

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is not a valid variable name declaration?

int a3;

int 3a;

int _A3;

int a_3

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?