#include<stdio.h>
int main()
{
unsigned int i = 650;
while(i<=6500)
printf("%5d”, i); 
return 0;
}
What is the output

Posted on by