Interview Questions on Operators in C : (11)
Question: 1
(A) 11
(B) 10
(C) Compilation Error
(D) 0
Compiler
Level: Beginner Category of MCQ: operators
Question: 2
(A) 10
(B) 20
(C) 30
(D) Compilation Error
Compiler
Level: Expert Category of MCQ: operators
Question: 3
(A) Operator
(B) Function
(C) Macro
(D) None of these
Compiler
Level: Expert Category of MCQ: operators
Question: 4
(A) unary
(B) shift
(C) equality
(D) postfix
Compiler
Level: Beginner Category of MCQ: operators
Question: 6
(A) 2100
(B) 217.227
(C) 21*10
(D) 22*11
Compiler
Level: Practitioner Category of MCQ: operators
Question: 7
Question: 8
(A) Order members from largest to smallest
(B) Order memebers from smallest to largest
(C) By using only char data type
(D) By using referencial pointer
Compiler
Level: Expert Category of MCQ: operators
Question: 9
(A) Compilation Error
(B) 8
(C) 7
(D) 0
Compiler
Level: Expert Category of MCQ: operators
Question: 10
(A) float
(B) short int
(C) nothing
(D) compilation error
Compiler
Level: Expert Category of MCQ: operators
Question: 11
(A) 2 2 3 1
(B) 2 2 3 0
(C) 3 2 3 0
(D) 1 1 2 1
Compiler
Level: Expert Category of MCQ: operators