Is j++==++j a valid expression? What about j++&&++j? If j begins with the value 0, what is the result of each of the expressions?

Questions & AnswersCategory: Programming LanguageIs j++==++j a valid expression? What about j++&&++j? If j begins with the value 0, what is the result of each of the expressions?