-
Why statement printf("%d%d%d",++a,a,a++) in C and = a++; System.out.printf("%d%d%d",++a,a,a++) in Java gives different output?
Because in C++ function argument associativity is right to left but in java it is left to right
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
What is Java?
Programming Langauge,Development Enivironment,Application Environment,Deployment Environment.
-
-
-
-
Core Java Interview Questions
Ans