in b=6.6/a+(2*a+(3*c)/a*d)/(2/n); which operation will be performed first
a) 6.6/a
b) 2*a
c) 3*c
d) 2/n
Answer Posted / amanuel asmare
C
| Is This Answer Correct ? | 13 Yes | 4 No |
Post New Answer View All Answers
How can you restore a redirected standard stream?
What is pointer to pointer in c?
What are header files why are they important?
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
How can I get random integers in a certain range?
Write a program to use switch statement.
Explain what is the difference between #include and #include 'file' ?
write a programming in c to find the sum of all elements in an array through function.
What is sizeof array?
Explain how do you generate random numbers in c?
What are enumerated types?
How can I make it pause before closing the program output window?
Dont ansi function prototypes render lint obsolete?
How can I do peek and poke in c?
What are c preprocessors?