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 ...
-
Instead of using the if-else-if Ladder control statement, the Switch Statement is available in program C for Handling multiple choices. In ...
-
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