#include
void main ()
{
int n ;
printf(“enter n value 🙂 ;
scanf(“%d”, &n) ;
i=0;
while(i<=n)
{
printf(“%d”, i) ;
i++;
}
}
Write the output of the program.
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
5 1 2 3 4 5
5
See less1
2
3
4
5
Error
Error
See less