Home
About Us
Contact Us
Bookmark
Saved Bookmarks
Current Affairs
General Knowledge
Chemical Engineering
UPSEE
BSNL
ISRO
BITSAT
Amazon
ORACLE
Verbal Ability
→
Programming
→
ASP Dot net Interview Questions in Programming
→
What is the difference between ++var and var++?
1.
What is the difference between ++var and var++?
Answer»
++var
var++
This will
FIRST
INCREMENT
the
VALUE
of the
VARIABLE
then
PROCESS
it.
It will first process the variable then increment its value.
Show Answer
Discussion
No Comment Found
Post Comment
Related InterviewSolutions
What is BCNF (Boyce-Codd Normal Form)?
What is a spanning Tree?
What is a static function?
What is meant by "bit masking"?
What is the difference between ++var and var++?
Is it possible to execute code even after the program exits the main() function?
What is the difference between a break statement and a continue statement?
How is final different from finally and finalize()?
What is the % operator?
What are local variables?
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply
Your experience on this site will be improved by allowing cookies. Read
Cookie Policy
Reject
Allow cookies