Computer Edu - CLTI

Computer Edu - CLTI

Share

CLTI is provide technical education for all.

08/04/2025

Learn website design and development - https://www.clti.in/courses/wordpress-elementor/

Computer Edu - CLTI CLTI is provide technical education for all.

CLTI | Computer Institute in Bhadohi 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

CLTI | Computer Institute in Bhadohi 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

Want your school to be the top-listed School/college in Bhadohi?
Click here to claim your Sponsored Listing.

Address


Alampur
Bhadohi
221401