Subscribe to:
Posts (Atom)
Popular Posts
-
1. Main memory ......The information is stored in the computer,s main memory is. The two memory-t...
-
/*The Youngs Modulus Program*/ #include"stdio.h" #include"conio.h" #include"math.h" #define pi 3.1416 #...
-
*/FLAG DESIGN BY GRAPHICS IN C/* This is very easy coding for design flag by programming c. You can use it very easily. If you want to use...
-
/*Calculating Even and Odd numbers*/ #include<stdio.h> #include<conio.h> void main() clrscr(); int i,n; printf("n=?...
-
/*Matrix Multiplication*/ #include<stdio.h> #include<conio.h> void main() { int x[2][2]={7,4,5,3}; int y[2][2]={8,7,4,9}...
-
/*Find The Absolute Value of an Integer Program*/ #include"stdio.h" #include"conio.h" #include"math.h" v...
-
Computer Science: Handling of integer data files : /*Handling of integer data files*/ #include #include void main() { clrscr(); FILE*...
-
/*Program of finding Leap Year*/ #include"stdio.h" #include"conio.h" void main() { clrscr(); int Year,x,y,z; pr...
-
/*Compound Interest Program*/ #include"stdio.h" #include"conio.h" void main() { clrscr(); float p,r,n,f; printf...
No comments:
Post a Comment
Thank you for visit this site. You will get many programming news from here and learn programming very easily.