Subscribe to:
Posts (Atom)
-
/* Calculation of simple interest*/ #include<stdio.h> #include<conio.h> void main() { int p, t; float r, si; clrscr();...
-
C program to check whether a given number is even or odd? if the number is even number, print it's square... #include<stdio.h> ...
-
/* Print the Largest Number*/ #include<stdio.h> #include<conio.h> void main() { int a, b, c; printf("ent...
C program to make a calculator using the switch statement.
/*perform arithmetic calculation on integers in C language*/ #include<stdio.h> #include<conio.h> void main() { char op; ...
No comments:
Post a Comment