Advertisements
Advertisements
प्रश्न
Some of the code given below contains errors. Identify the error and correct it. Write the output of the correct/corrected code.
int LP[] = {11, 44, 77, 33, 55);
for(int j = 0; j <= 4; j++)
LP[j] += j;अति संक्षिप्त उत्तर
Advertisements
उत्तर
No Error. Output : LP[4] = 59
shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
पाठ 7: Arrays - One Dimension - Exercises [पृष्ठ १७४]
