1 Write A Program To Determine The Order Of Evaluation Of Function Arguments For You 2110501
1. Write a program to determine the order of evaluation of function arguments for your C/C++/Ada compiler.
2. Java specifies that all expressions, including arguments to calls, are evaluated from left to right. Why does Java do this, while C/C++ does not?
Q