C Program to Add two numbers
C Program to Add two numbers Program to add two integer numbers To read the input numbers we are using
Read moreC Program to Add two numbers Program to add two integer numbers To read the input numbers we are using
Read moreC program to print happy holi Here is the simple program written in c to Print Happy Holi. #include<stdio.h>
Read morePascal trangle program in c Pascal Triangle is a Triangle form which, each number is the sum of immediate top
Read moreLinear search program in c #include <stdio.h> int main() { int array[100], search, c, n; printf(“Enter number of elements
Read moreC program to delete an element from an array
Read moreSorting program in c /* * C program to accept N numbers and arrange them in an ascending order */
Read moreWrite a program to convert temperature Fahrenheit to Centigrade Input temperature in fahrenheit from user. Store it in some variable
Read moreC program to reverse words in a string This profram will invert each word occurring in the input string. Algorithm is
Read moreC program to draw circles in circles #include<graphics.h> #include<conio.h> #include<dos.h> main() { int gd = DETECT, gm, x, y, color,
Read moreTraffic light program in c #include<graphics.h> #include<conio.h> #include<dos.h> #include<stdlib.h> main() { int gd = DETECT, gm, midx, midy; initgraph(&gd, &gm,
Read more