What is the output of following program segment?Choose the correct option from the given options.
int a = 5, b = 10;
do
{
a = a + 1;
}while( a < = b);
printf(" %d", a);
(a) 10
(b) 9
(c) 11
(d) 15
Answers
Answered by
1
Hello friend...
The output is 11.
Hope this helps you
The output is 11.
Hope this helps you
Similar questions
Hindi,
7 months ago
Physics,
7 months ago
Math,
7 months ago
Computer Science,
1 year ago
Computer Science,
1 year ago
Math,
1 year ago