Write a program that an operator and two operands read from input operand operator on the implementation and results display.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Add Two Numbers Without Using the Addition Operator

0 Answers  


WHAT IS HEADER?

8 Answers   ProKarma, TCS,


What is the process to create increment and decrement stamen in c?

0 Answers  


What is structure in c explain with example?

0 Answers  


which one of follwoing will read a character from keyboard and store in c a)c=getc() b)c=getchar() c)c=getchar(stdin) d)getc(&c) e)none

7 Answers   Trident,






int main() { int i=1; switch(i) { case '1': printf("hello"); break; case 1: printf("Hi"); break; case 49: printf("Good Morning"); break; } return 0; }

3 Answers  


write a program of bubble sort using pointer?

3 Answers   TCS,


What is the difference between typeof(foo) and myFoo.GetType()?

2 Answers   Synergy,


What should be keep precautions while using the recursion method?

1 Answers  


What does c in a circle mean?

0 Answers  


What does main () mean in c?

0 Answers  


Explain the array representation of a binary tree in C.

0 Answers   Genpact,


Categories