C Programming Quiz

C Programming Quiz

University

87 Qs

quiz-placeholder

Similar activities

Milady Barbering Chapter 14

Milady Barbering Chapter 14

University

89 Qs

Business English-Glossary

Business English-Glossary

University

85 Qs

LEARNERS DIVERSITY

LEARNERS DIVERSITY

University

85 Qs

mangmaytinh

mangmaytinh

University

84 Qs

FIRE CADET THEORY PRACTICE (Mixed chapters)

FIRE CADET THEORY PRACTICE (Mixed chapters)

10th Grade - Professional Development

86 Qs

Tema 3 ST 3 Tema 4 ST 1

Tema 3 ST 3 Tema 4 ST 1

University

90 Qs

T Level Education Language Development

T Level Education Language Development

University

86 Qs

REPASO DE II UNIDAD - COMUNICACIÓN

REPASO DE II UNIDAD - COMUNICACIÓN

University

90 Qs

C Programming Quiz

C Programming Quiz

Assessment

Quiz

Education

University

Practice Problem

Hard

Created by

NARENDRA BAVISETTI

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?