Write a c program to replace word form String #include<stdio.h> #include<conio.h> #include<string.h> void main(...
Read More
Showing posts with label C-PrOGrAm'S. Show all posts
Showing posts with label C-PrOGrAm'S. Show all posts
10. Multiplication of Two Float Numbers
#include<stdio.h> #include<conio.h> void main() { float a,b,c; clrscr(); printf("\nEnter Frist Number"); s...
Read More
9. Subtraction of two Float Number
#include<stdio.h> #include<conio.h> void main() { float a,b,c; clrscr(); printf("\nEnter Frist Number"); s...
Read More
8. Addition of two Float Number
#include<stdio.h> #include<conio.h> void main() { float a,b,c; clrscr(); printf("\nEnter Frist Number"); s...
Read More
7. Comparision Of Three Number
#include<stdio.h> #include<conio.h> void main() { int a,b,c,max; clrscr(); printf("Enter Three Number "); ...
Read More
6. Comparision of two Numbers
#include<stdio.h> #include<conio.h> void main() { int num1,num2; clrscr(); printf("Enter First Number"); s...
Read More
5.Arithmetic Operatin
#include<stdio.h> #include<conio.h> void main() { int num1,num2,result; clrscr(); printf("Enter First Number...
Read More
4.Multiplication of Two Integer Number
4.Multiplication of Two Integer Number #include<stdio.h> #include<conio.h> void main() { int a,b,c; clrscr(); printf...
Read More
3.Subtraction Of Two Integer Number
3.Subtraction Of Two Integer Number #include<stdio.h> #include<conio.h> void main() { int a,b,c; clrscr(); printf(...
Read More
2. Addition Of Two Integer Number
2.Addition Of Two Integer Number #include<stdio.h> #include<conio.h> void main() { int a,b,c; clrscr(); printf(...
Read More
1. Simple C Program
#include<stdio.h> void main() { printf("HELLO"); } To Download This Source Code Please Click on Download Link.......
Read More
Subscribe to:
Posts (Atom)