Search Header Logo

C Programming Quiz

Authored by NARENDRA BAVISETTI

Education

University

Used 1+ times

C Programming Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

87 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is true for variable names in C

Variable names cannot start with a digit

Variable can be of any length

They can contain alphanumeric characters as well as special characters

Reserved Word can be used as variable name

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is NOT a relational or logical operator?

=

||

==

!=

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the scope of an external variable?

Whole source file in which it is defined

From the point of declaration to the end of the file in which it is defined

Any source file in a program

From the point of declaration to the end of the file being compiled

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The global variables are ____________.

External

internal

both A & B

None

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The #include is a ______________.

Inclusion directive

File inclusion directive

Preprocessor directive

None of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these properties of #define is false?

These always obey the scope rules

We can make use of a pointer to #define

The #define can be externally available

All of the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Pick the correct syntax for Ternary Operator in C from the options given below:

condition < expression1 ? expression2

condition ? expression1 < expression2

condition : expression1 ? expression2

condition ? expression1 : expression2

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?