Advertisements
Advertisements
प्रश्न
The statement p + = 5 means p = p*5.
पर्याय
True
False
MCQ
चूक किंवा बरोबर
उत्तर
This statement is False.
Explanation:
The statement p + = 5 is improper syntax in most computer languages, including Java and C++. The correct compound assignment operator for addition is p + = 5, which indicates p = p + 5, rather than p = p * 5.
shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?