Knack Club Selection Test

Knack Club Selection Test

University

20 Qs

quiz-placeholder

Similar activities

Technical Quiz

Technical Quiz

University

20 Qs

Quiz on Air Pool 1 SH

Quiz on Air Pool 1 SH

University

21 Qs

Arrays and pointers quiz

Arrays and pointers quiz

University

20 Qs

module3

module3

University

15 Qs

2D Array and Strings in C

2D Array and Strings in C

University

16 Qs

Bridge course with C

Bridge course with C

University

20 Qs

BS TEST2

BS TEST2

University

20 Qs

C Programing

C Programing

University

25 Qs

Knack Club Selection Test

Knack Club Selection Test

Assessment

Quiz

Computers

University

Hard

Created by

Amit Maan

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Identify the incorrect file opening mode from the following.

- r

- w

- x

- a

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

The correct order of mathematical operators in mathematics and computer programming.

Addition, Subtraction, Multiplication, Division

Division, Multiplication, Addition, Subtraction

Multiplication, Addition, Division, Subtraction

Mathematical operators can be done in any order

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

During preprocessing, the code “#include<stdio.h>” gets replaced by the contents of the file stdio.h.

Yes

During linking the code “#include<stdio.h>” replaces by stdio.h

During execution the code “#include<stdio.h>” replaces by stdio.h

During editing the code “#include<stdio.h>” replaces by stdio.h


4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

All keywords in C are in ____________?

LowerCase letters

UpperCase letters

CamelCase letters

None of the mentioned

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of the following cannot be a variable name in C?

volatile

true

friend

export

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is the result of logical or relational expression in C?

True or False

0 or 1

0 if an expression is false and any positive number if an expression is true

None of the mentioned

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Where in C the order of precedence of operators do not exist?

Within conditional statements, if, else

Within while, do-while

Within a macro definition

None of the mentioned

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?