Subscribe to:
Post Comments (Atom)
Popular Posts
-
/*To determine area of circle*/ #include<stdio.h> #include<conio.h> #define PI 3.1416 void main() { clrscr(); int D; f...
-
Computer Science: What is computer? : Computer is a iron box. When installed program then it is a programmable machine.Computer is a set of ...
-
/*Addition of two 3*4 matrix*/ #include<stdio.h> #include<conio.h> void main() { int A[3][4]={5,7,8,9,4,3,2,1,6,7,9,4}; ...
-
Processing of Computer 1. Input.........Computer work computers that are part of the required information and directions, the portion of ...
-
/*Compound Interest Program*/ #include"stdio.h" #include"conio.h" void main() { clrscr(); float p,r,n,f; printf...
-
/*Calculate Area of Rombus Program*/ #include"stdio.h" #include"conio.h" void main() { clrscr(); float d1,d2,Rom...
-
/*Calculating Even and Odd numbers*/ #include<stdio.h> #include<conio.h> void main() clrscr(); int i,n; printf("n=?...
-
Bangladesh Flag graphics drawing program #include<stdio.h> #include<conio.h> #include<graphics.h> void main() ...
-
/*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...
No comments:
Post a Comment
Thank you for visit this site. You will get many programming news from here and learn programming very easily.