Result of cal calculator If you have any problem you can contact on my facebook page or whatsaap group (Link has been given bellow). //please do not copy this, this is only for learn. #include<stdio.h> #include<conio.h> main() { // clrscr(); float num1,num2,result; char op; printf("Enter your first number"); scanf("%f",&num1); printf("Enter your operator as + - * / \n"); scanf(" %c",&op); printf("Enter your second number"); scanf("%f",&num2); switch (op) { case '-': result=num1-num2; printf("Your result is %f",result); break; case '+': result=num1+num2; printf("Your result is %f",result); ...
Semester 1 Courses · Introduction to Computers and IT · Introduction to Programming Language using C · Fundamentals of Mathematics or Digital Electronics · Environmental Studies Semester 2 Courses · Data Structure Using C · Database Management System · Advanced Mathematics or Principles of Management · English Semester 3 Courses · Computer Architecture · Front End Design Tool VB.Net · Object Oriented Programming using C++ · Optimization Technique or ...