Operators in C

Operators in C

University

12 Qs

quiz-placeholder

Similar activities

INTRODUCCION A LA PROGRAMACION

INTRODUCCION A LA PROGRAMACION

6th Grade - University

10 Qs

2025 python class first quiz

2025 python class first quiz

9th Grade - University

10 Qs

GIT COURSE

GIT COURSE

University

13 Qs

Information Technology Application in Construction Quiz

Information Technology Application in Construction Quiz

University

14 Qs

Олимпиада Web-программирование

Олимпиада Web-программирование

University

10 Qs

T02: Python - The Basics

T02: Python - The Basics

University

10 Qs

html

html

12th Grade - University

10 Qs

LATIHAN SOAL PEMROGRAMAN

LATIHAN SOAL PEMROGRAMAN

9th Grade - University

15 Qs

Operators in C

Operators in C

Assessment

Quiz

Computers

University

Practice Problem

Medium

Created by

Shenbagavalli S.T

Used 547+ times

FREE Resource

AI

Enhance your content in a minute

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

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

int x;

int y;

int z;

x=3;

y=4;

z = ++x * y++;

printf("%d",z);

12

16

20

0

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

In C programming language, which of the following type of operators have the highest precedence

Relational operators

Equality operators

Logical operators

Arithmetic operators

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following comments about the ++ operator are correct?

1) It is a unary operator

2) The operand can come before or after the operator

3)It associates from the right

1 and 3

1 and 2

2 and 3

1,2,3

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator has the lowest priority?

++

%

+

||

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

int main()

{

int a = 25%10;

printf("%d", a);


return 0;

}

5

2

2.5

5.5

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

The modulus operator (%) can be used only with integers.

True

False

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

!= is the example of ____________________ operator.

Relational

Logical

Assignment

Conditional

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?