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 use of getch() function in C program.. difference b/w getch() and getche()??

29 Answers   HCL, IBM, Infosys, TCS, Wipro,


Find greatest of two numbers using macro

4 Answers   Bosch, Siemens,


How do you list a file’s date and time?

0 Answers  


What are all different types of pointers in c?

0 Answers  


There is a number and when the last digit is moved to its first position the resultant number will be 50% higher than the original number.Find the number?

1 Answers  






A B C D E F G F E D C B A A B C D E F F E D C B A A B C D E E D C B A A B C D D C B A A B C C B A A B B A A A

2 Answers  


Determine the code below, tell me exactly how many times is the operation sum++ performed ? for ( i = 0; i < 100; i++ ) for ( j = 100; j > 100 - i; j--) sum++;

5 Answers   ITCO, Wipro,


What does the c preprocessor do?

0 Answers  


Explain what is wrong in this statement?

0 Answers  


An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above

0 Answers  


In header files whether functions are declared or defined?

1 Answers   TCS,


which is an algorithm for sorting in a growing Lexicographic order

0 Answers  


Categories