C Programming Quiz

C Programming Quiz

University

87 Qs

quiz-placeholder

Similar activities

mangmaytinh

mangmaytinh

University

84 Qs

geonomes and dna

geonomes and dna

7th Grade - University

92 Qs

Evaluasi Materi

Evaluasi Materi

University

88 Qs

SQA final

SQA final

University

87 Qs

FIRE CADET THEORY PRACTICE (Mixed chapters)

FIRE CADET THEORY PRACTICE (Mixed chapters)

10th Grade - Professional Development

86 Qs

Business English-Glossary

Business English-Glossary

University

85 Qs

UAS MK Pendidikan Matematika 1 Smt 2 PGSD

UAS MK Pendidikan Matematika 1 Smt 2 PGSD

University

85 Qs

All Star E Limited math IQ test + music math

All Star E Limited math IQ test + music math

12th Grade - University

92 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?