Subscribe to:
Posts (Atom)
Popular Posts
-
Processing of Computer 1. Input.........Computer work computers that are part of the required information and directions, the portion of ...
-
1. Main memory ......The information is stored in the computer,s main memory is. The two memory-t...
-
/*Reversing 5 Charcter words*/ #include"stdio.h" #include"conio.h" void main() { clrscr(); char A[5]; printf(...
-
/*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}...
-
/*The Series Program*/ #include"stdio.h" #include"conio.h" #include"math.h" void main() { clrscr(); i...
-
The program of Celchias to Fahrenheit. #include<stdio.h> #include<conio.h> void amin() { clrscr(); float C,F; printf(...
-
/*Find The Absolute Value of an Integer Program*/ #include"stdio.h" #include"conio.h" #include"math.h" v...
-
/*Conversion brings the month and day Program*/ #include"stdio.h" #include"conio.h" void main() { clrscr(); in...
-
/*The Youngs Modulus Program*/ #include"stdio.h" #include"conio.h" #include"math.h" #define pi 3.1416 #...







































































No comments:
Post a Comment
Thank you for visit this site. You will get many programming news from here and learn programming very easily.