M
@Mirdula_Sampathkumar
W-4:19.C program to find the sum of all even numbersfrom 1 to N
C
W-4:18.C program to find sum of All odd numbers between 1 to N
C
W-4:17.Print number continuously from 1 to 100 except 25,50,75
C
W-4:16.Get integer from user and print it until the user gives a negative number
C
W-4:15.Write a program to print 5*5 box
C
W-4:14.Get input from the user and print it untill the input is 100
C
W-4:13.Get an integer input from user & print how many times it can be divided by 2 till it become1
C
W-4:12.Program to add two integers using do-while loop
C
W-4:11.Program to print table for the given number using while loop in C
C
W-4:10.Program to print 10 multiples of 5 using do-while loop
C
W-4:9.Program to print your name N times using do-while loop
C
W-4:8.Program to print half pyramid of numbers using nested loops
C
W-4:7.Program to print your name n times using for loop
C
W-4:6.Program to print first 10 natural numbers using while loop
C
W-4:5.Program to print the Fibonacci series up to a given number using for loop in C language
C
W-4:4.Program to enter a number and check whether it is a prime number or not using for loop
C
W-4:3.Program to check whether a number is Armstrong no or not using C language
C
W-4:2.Program to enter a number and check whether that no is the perfect number or not
C
W-4:Program to print the numbers from 1 to 10 using loop
C
Write a C program to display the n terms of ODD natural numbers and their sum
C