C Basic

C Basic

Professional Development

10 Qs

quiz-placeholder

Similar activities

Pre & Post Test 8M Kepengawasan Efektif

Pre & Post Test 8M Kepengawasan Efektif

Professional Development

10 Qs

Lists and operators

Lists and operators

Professional Development

15 Qs

Electro-Fluid Power Mod 2. Basic Control Devices

Electro-Fluid Power Mod 2. Basic Control Devices

Professional Development

11 Qs

Fork Truck Training

Fork Truck Training

Professional Development

10 Qs

Crane Hand Signals

Crane Hand Signals

Professional Development

10 Qs

M7.20 Maintenance Procedures Cat B1 & B2 V7.01

M7.20 Maintenance Procedures Cat B1 & B2 V7.01

Professional Development

15 Qs

Practice Exercise [1] : Match the Case to the Best Analytical Sk

Practice Exercise [1] : Match the Case to the Best Analytical Sk

Professional Development

12 Qs

PCOC - Vessel restrictions & Requirements Pt 2

PCOC - Vessel restrictions & Requirements Pt 2

Professional Development

9 Qs

C Basic

C Basic

Assessment

Quiz

Other

Professional Development

Medium

Used 104+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of the following is not a compound assignment operator?

/=

*=

+=

==

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is the value of X in the sample code given below?

X = ( 2 + 3) * 2 + 3;

10

13

25

28

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What value will be stored in z if the following code is executed?

x = 5 , y = -10, a = 4, b = 2;

z = x+++++y * b/a;

-2

0

1

2

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Expression x % y is equivalent to____?

(x – (x/y))

(x – (x/y) * y)

(y – (x/y))

(y – (x/y) * y)

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which operators are used to compare the values of operands to produce logical value in c language?

Logical operator

Relational operator

Assignment operator

None of the above

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which operators perform operations on data in Binary level?

Bit wise operator

Logical operators

Arithmetic operator

All of the Above

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is/are the number of operand/operands needed to unary operator logical not(!)?

4

3

2

1

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?