which of the following shows the correct hierarchy of arithmetic operations in C

a) (), **, * or/,+ or -

b) (),**,*,/,+,-

c) (),**,/,*,+,-

d) (),/ or *,- or +


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

Post New Answer

More C Interview Questions

What are the two types of structure?

0 Answers  


in iso what are the common technological language?

0 Answers  


List some applications of c programming language?

0 Answers  


How can I read a directory in a C program?

2 Answers   Bright Outdoor, Wipro,


How can I convert a number to a string?

0 Answers  






how to set Nth bit of a variable?

1 Answers  


Can an array be an Ivalue?

0 Answers   EXL,


i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....

0 Answers   RBI,


Is void a keyword in c?

0 Answers  


we all know about the function overloading concept used in C++ and we all learnt abt that.... but that concept is already came in C in a very smaller propotion ... my question is IN WHICH CONCEPT THERE IS A USE OF FUNCTION OVERLOADING IS USED in C language?????????????

4 Answers   Google,


What is actual argument?

0 Answers  


#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }

0 Answers   Wilco,


Categories