Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
Tell me the contexts in which the Unary numeric promotion is applied?
1.operand of the unary arithmetic operators + and -
2.operand of the unary integer bitwise complement operator ~
3.during array creation; for example, new int[20], where the dimension expression (in this case 20) must evaluate to an int value
4.indexing array elements; for example, table['a'], where the index expression (in this case 'a') must evaluate to an int value (see Section 4.1, p. 103)
5.individual operands of the shift operators <<, >> and >>>
Profile Answers by sujatham Questions by sujatham
Questions by sujatham answers by sujatham
This Question is not yet answered!
Related Answered Questions
Related Open Questions