Question: What is the output of the program? - C Programming int alpha = 10, beta = 10; for (alpha = 0; alpha < 5; alpha++)
What is the output of the program? - C Programming
int alpha = 10, beta = 10;
for (alpha = 0; alpha < 5; alpha++) {
for (beta = 100; beta < 300; beta = beta + 100)
printf(%d, alpha);
printf( );
}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
