C Programming Quiz

C Programming Quiz

University

87 Qs

quiz-placeholder

Similar activities

Unit 7 A American Funeral Customs Quiz

Unit 7 A American Funeral Customs Quiz

University

82 Qs

themne

themne

University

90 Qs

EOSDD

EOSDD

University

91 Qs

Soal Latihan Sispres

Soal Latihan Sispres

5th Grade - University

82 Qs

Nervous System Overview and Functions

Nervous System Overview and Functions

University

82 Qs

owi

owi

University

84 Qs

KSU-B

KSU-B

University

90 Qs

Learning Theories [Prof Ed 4]

Learning Theories [Prof Ed 4]

University

86 Qs

C Programming Quiz

C Programming Quiz

Assessment

Quiz

Education

University

Hard

Created by

NARENDRA BAVISETTI

Used 1+ times

FREE Resource

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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?