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

why array index always starts from zero??

4 Answers   TCS,


What is getch () for?

0 Answers  


n=7623 { temp=n/10; result=temp*10+ result; n=n/10 }

7 Answers   Wipro,


what is the different bitween abap and abap-hr?

0 Answers   TCS,


i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me

0 Answers   Microsoft,


What does a function declared as pascal do differently?

0 Answers  


Explain what are linked list?

0 Answers  


Which header file should you include if you are to develop a function which can accept variable number of arguments?

0 Answers   TCS, TISL,


What will be printed as the result of the operation below: #include<..> int x; int modifyvalue() { return(x+=10); } int changevalue(int x) { return(x+=1); } void main() { int x=10; x++; changevalue(x); x++; modifyvalue(); printf("First output:%d\n",x); x++; changevalue(x); printf("Second output:%d\n",x); modifyvalue(); printf("Third output:%d\n",x); }

2 Answers  


What is the size of array float a(10)?

0 Answers  


What is the output of the following program main();{printf ("chennai""superkings"}; a. Chennai b. superkings c. error d. Chennai superkings

6 Answers  


what is the most appropriate way to write a multi-statement macro?

1 Answers  


Categories