Quiz on Keyword, Constants and Variable

Quiz on Keyword, Constants and Variable

12th Grade

15 Qs

quiz-placeholder

Similar activities

Distance Sensors: Pros and Cons

Distance Sensors: Pros and Cons

11th Grade - University

10 Qs

programming basic

programming basic

5th Grade - University

10 Qs

Exploring Python Data Types and Control

Exploring Python Data Types and Control

12th Grade

10 Qs

Higher Grade

Higher Grade

9th - 12th Grade

20 Qs

Quiz sobre Protecciones Eléctricas

Quiz sobre Protecciones Eléctricas

12th Grade

10 Qs

C Programming Pointers Quiz

C Programming Pointers Quiz

12th Grade

20 Qs

Python Programming Quiz - 2

Python Programming Quiz - 2

12th Grade

15 Qs

PIF-Quiz 4

PIF-Quiz 4

9th - 12th Grade

15 Qs

Quiz on Keyword, Constants and Variable

Quiz on Keyword, Constants and Variable

Assessment

Quiz

Engineering

12th Grade

Medium

Created by

Seethamani P IT faculty

Used 2+ times

FREE Resource

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

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?