Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
C Programming
»
Expressions
In which order do the following gets evaluated 1. Relational 2. Arithmetic 3. Logical 4. Assignment
2134
1234
4321
3214
Show Answer
Correct Answer:
2134
Explanation:
2. Arithmetic operators:
*, /, %, +, -
1. Relational operators:
>, <, >=, <=, ==, !=
3. Logical operators :
!, &&, ||
4. Assignment operators:
=
← Previous
Next →
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment