Program to display arithmetic operator using switch case.

इस प्रोग्राम में हम सीखेंगे कि किस प्रकार C प्रोग्रामिंग में switch स्टेटमेंट के साथ अरिथ्मेटिक ऑपरेटर का प्रयोग किया जाता है |     #include<stdio.h> #include<conio.h> void main() { […]

Program to display arithmetic operator using switch case. Read More »