Difference between prefix and postfix forms of the
++operator?
Answer Posted / ranganathkini
The prefix ++ operator first increments the value by one and
then returns the new value.
The postfix ++ operator first returns the value and then
increments it.
| Is This Answer Correct ? | 36 Yes | 1 No |
Post New Answer View All Answers
What is the intersection and union methods?
What is the set interface in java programming?
Which method returns the length of a string?
What is the difference between equals() and?
What are different access specifiers in java? Explain
Is it possible to write a regular expression to check if string is a number?
What is a war file?
What is the static keyword?
What is string manipulation?
What is a list in java?
Why static functions are used?
What is the difference between math floor and math round?
What is a prefix function.write down a code to compute prefix function.
In Java list the methods that can be overridden?
What is difference between static variable and global variable?