C Program to display arithmetic operator using switch case
Prashant Sengar
December 23, 2017
#include void main() { int d; float a,b; printf("1-Addition\n2-Subtraction\n3-Multlipication\n4-Division\n");...
C Program to display arithmetic operator using switch case
Reviewed by Prashant Sengar
on
December 23, 2017
Rating: