EASY
Earn 100

Explain Types of Operators?

Important Questions on Computing

EASY
The shift operators are:
EASY
Which of the following is Relational operator
EASY
Which of the following is Logical operator
EASY
Which of the following is Arithmetical operator
EASY

In the following statement name the operator used:

7<15

EASY
Which of the following is not logical operator?
HARD

Evaluate the given expression:

int a, b=2, c=4

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

HARD
Evaluate: 8+6/3+2*4-4*5%2-2
HARD
Evaluate: 2*4+5*2*9/3-1
EASY
What are different types of relational operators.
EASY
What are different types of logical operators in programming in C.
EASY
What are different types of arithmetic operators?
EASY
Define relational operators.
EASY
What are the uses of logical operators in C programming.
EASY
Explain about Operators?
EASY
Explain about Shift Operators?
EASY
What is the syntax of Left Shift Operator from the given options?
EASY
Give an example for Operator?
EASY
What is an Operator? List the three types of Operators?