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

What is the memory allocated by the following definition ? int (*x)();

2 Answers   ADITI,


What are compound statements?

0 Answers  


Given a single Linked list with lakhs of nodes and length unknown how do you optimally delete the nth element from the list?

1 Answers   Oracle,


Develop a flow chart and write a c program to find the roots of a quadratic equation ax2+bx+c=0 using switch and break statement.

1 Answers   TCS,


What is meant by realloc()?

0 Answers  






What is the best way to store flag values in a program?

0 Answers  


what is the need for main function in c?

5 Answers  


What are the types of operators in c?

0 Answers  


Can we replace the struct function in tree syntax with a union?

0 Answers   Huawei,


formula to convert 2500mmh2o into m3/hr

0 Answers  


Write a C program where input is: "My name is xyz". output is: "xyz is name My".

1 Answers   TCS,


What is a pointer in c?

0 Answers  


Categories