Computer Edu - CLTI
CLTI is provide technical education for all.
Learn website design and development - https://www.clti.in/courses/wordpress-elementor/
Computer Edu - CLTI CLTI is provide technical education for all.
19/07/2022
Print Odd Number with C language Program using for loop
main()
{
int i, n;
printf("Print odd numbers till: ");
scanf("%d", &n);
printf("Odd numbers from 1 to %d are: \n", n);
for(i=1; i
CLTI | Computer Institute in Bhadohi Are you intersted in learn computer, CLTI is a one of the best place learn computer in Bhadohi, Computer intitute where you change your future
09/06/2022
C program Convert days to days, weeks and years
main()
{
int d, y, w;
/*Run time Input*/
printf("Enter Number of days: ");
scanf("%d", &d);
y = (d / 365);
w = (d % 365) / 7;
d = d - ((y * 365) + (w * 7));
/*Print*/
printf("YEARS: %d\n", y);
printf("WEEKS: %d\n", w);
printf("DAYS: %d", d);
}
www.clti.in
CLTI | Computer Institute in Bhadohi Are you intersted in learn computer, CLTI is a one of the best place learn computer in Bhadohi, Computer intitute where you change your future
Click here to claim your Sponsored Listing.
Category
Contact the school
Website
Address
Alampur
Bhadohi
221401