Subscribe to:
Posts (Atom)
-
#include<stdio.h> #include<stdio.h> void main() { int ch; printf("\n1. press ch=1 for monday. \n2. press ch=2 ...
-
* The if-else statement Q. Request the user to inputs an integer and, if the number is divisible by two, divides it by two, otherwi...
-
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> ...
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