Sunday, November 1, 2020

C program to print 86 to 35 in descending order

 #include <stdio.h>

int main()

{

    int i;

    for(i=86;i>=35;i--)

    {

        printf("%d",i);

    }

    return 0;

}

No comments:

Post a Comment

Stop Chasing People Who Don't Match Your Effort ❤️ | A Life Lesson

Right. [clears throat] So yeah, it's 12 a.m. in the night and I have been done with my work uh from everything and I wanted to share an ...