answersLogoWhite

0

#include<stdio.h>

void main()

{

int num1, num2,res;

char ch;

printf("\n Enter the 1st operand");

scanf("%d",&num1);

printf("\n Enter the operator");

scanf("%c",&ch);

printf("\n Enter the 2nd operand");

scanf("%d",&num2);

switch(ch)

{

case '+' :res=num1+num2; break;

case '-' :res=num1-num2; break;

case '*' :res=num1*num2; break;

case '/' :res=num1/num2; break;

}

printf("\n The result of %d %d %d is =%d",num1,ch,num2,res);

}

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

How do you write a arithmetic operations in c using compound assignment statement?

a = b = c


Write a programme to perform binary operations on integer argument The arguments and operators should be accepted using command line parameters?

There are many different operators, which are you referring to?


How you can write an account of prime numbers in arithmetic progressions?

There is no simple answer because there is no simple rule for primes: it is certainly NOT an arithmetic progression.


How do write searching number programme in java?

give description of that then i will send the answer


How do you write a program to performs all airthematic operation between two matrixs using array?

To write a program that performs arithmetic operations between two matrices using arrays, first define two 2D arrays to represent the matrices. Then, create functions for each arithmetic operation (addition, subtraction, multiplication, etc.) that iterate through the elements of the matrices, performing the operation element-wise. Ensure to handle cases where the matrices have different dimensions, as this would affect the validity of the operations. Finally, print the result matrix after each operation.


Write a c programme to draw a rainbow?

Write a C program to Draw a RAINBOW and fill the suitable colors ...


Write a C programme to count the number of vowals present in your name?

abhimanyu


Write a program in C for arithmetic operations between two integers your program should guide users with proper message or menu on the console?

Write a program in C for showing working of different logical operator in C.Your program should guide users with proper message/menu on the console. (5 Marks)


How is event driven programming different from other programming?

write a note on event driven programming


How do i Write a programme to show the fabonasi numbers?

Step 1. Learn the word "Fibonacci"...


How do you write c programme to find proper subset of a given string?

you can use strstr()


What is the Th term of the arithmetic sequence given by the explicit rule?

The answer depends on what the explicit rule is!