Computer Science, asked by sumitsinghmehra6850, 1 year ago

What will be the value of sum after the following program is executed?

void main() { int sum=1, index = 9; do{ index = index â 1; sum *= 2; }while( index > 9 ); }
A.1
B.2
C.9
D.0.5

Answers

Answered by Anonymous
1
What will be the value of sum after the following C program is executed? void main() { int sum, index sum= 1; index= 9; do { index = index - 1; sum =2* sum; } while(index > 9 ...
Answered by Anonymous
0
<b><font size = "4">(^_-)(^_-)(^_-)(^_-)(^_-)(^_-)(^_-)(^_-)(^_-)
╭╼╾╼╾╼╾╼╾╼╾╼╾╼╾╮
┃ ┈┈ [_Hɪ Mᴀᴛᴇ_] ┈┈┈ ┃
╰╼╾╼╾╼╾╼╾╼╾╼╾╼╾╯

╔═══❁═❀═✪═❀═❁════╗
......Here You Go Ur Answer......
╚═══❁═❀═✪═❀═❁════╝

ıllıllıllıllıllıllı[ Your Answer ]ıllıllıllıllıllıllı

◆━━━━━◆♤◆━━━━━◆
☆Correct | ♤ | Option☆
◆━━━━━◆♤◆━━━━━◆

\huge\boxed{\texttt{\fcolorbox{aqua}{grey}{B}}} {\bf{\underline{Answer}}}

<marquee>

▂▃▅▇█▓▒░[ Hope It Helps You Dear ]░▒▓█▇▅▃▂
Similar questions