an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order

a) assignment, relational, arithematic

b) arithematic, relational, assignment

c) relational, arithematic, assignment

d) assignment, arithematic, relational


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

WHY DO WE USE A TERMINATOR IN C LANGUAGE?

2 Answers  


pierrot's divisor program using c or c++ code

0 Answers  


what is pointer?

4 Answers  


What is structure padding and packing in c?

0 Answers  


Differentiate between the = symbol and == symbol?

0 Answers  


int *a[5] refers to

12 Answers   TCS,


why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???

0 Answers  


What are variables and it what way is it different from constants?

0 Answers  


What is sorting in c plus plus?

0 Answers  


Write a c program to demonstrate Type casting in c?

2 Answers  


Why do we use null pointer?

0 Answers  


Program to find the value of e raised to power x using while loop

5 Answers   IBM, N Tech,


Categories