Operators

IMPORTANT

Operators: Overview

This Topic covers sub-topics such as Operators, Logical Operator, Arithmetic Operator, Relational Operator, Types of Operators and, Shift Operator

Important Questions on Operators

EASY
IMPORTANT

What is an Operator? List the three types of Operators?

EASY
IMPORTANT

Give an example for Operator?

EASY
IMPORTANT

What is the syntax of Left Shift Operator from the given options?

EASY
IMPORTANT

Explain about Shift Operators?

EASY
IMPORTANT

Explain Types of Operators?

EASY
IMPORTANT

Explain about Operators?

EASY
IMPORTANT

What are the uses of logical operators in C programming.

EASY
IMPORTANT

What are different types of logical operators in programming in C.

EASY
IMPORTANT

What are different types of relational operators.

EASY
IMPORTANT

Define relational operators.

EASY
IMPORTANT

What are different types of arithmetic operators?

HARD
IMPORTANT

Evaluate: 2*4+5*2*9/3-1

HARD
IMPORTANT

Evaluate the given expression:

int a, b=2, c=4

a=b*2/4+c/4+8-b+5/8

HARD
IMPORTANT

Evaluate: 8+6/3+2*4-4*5%2-2

EASY
IMPORTANT

Which of the following is not logical operator?

EASY
IMPORTANT

In the following statement name the operator used:

7<15

EASY
IMPORTANT

Which of the following is Arithmetical operator

EASY
IMPORTANT

Which of the following is Logical operator

EASY
IMPORTANT

Which of the following is Relational operator

EASY
IMPORTANT

The shift operators are: