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

Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor

0 Answers   TATA, TCS,


What is void main () in c?

0 Answers  


Explain the difference between strcpy() and memcpy() function?

0 Answers  


What is the output of printf("%d", printf("Hello"));?

1 Answers  


how to find out the union of two character arrays?

2 Answers  


What is pointer to pointer in c with example?

0 Answers  


Is javascript based on c?

0 Answers  


what is the difference b/w compiler and debugger?

2 Answers   Assurgent,


#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }

0 Answers   Wilco,


Write a program which returns the first non repetitive character in the string?

0 Answers   Expedia,


Evaluate the following: int fn(int v) { if(v==1 || v==0) return 1; if(v%2==0) return fn(v/2)+2; else return fn(v-1)+3; } for fn(7); 1) 10 2) 11 3) 1

6 Answers  


Why is c fast?

0 Answers  


Categories