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

number of times a digit is present in a number

0 Answers  


WHAT WILL BE OUTPUT OF BELOW CODE . . AND PLEASE EXPLAIN HOW IT COME .. #include<stdio.h> #include<conio.h> void main() { int k=20; printf("%d%d%d%d",k,k++,++k,k); getch(); }

25 Answers  


Write a program to add the following ¼+2/4+3/4+5/3+6/3+... (Like up to any 12 no.s)

1 Answers   HTC,


Explain the use of 'auto' keyword in c programming?

0 Answers  


What is static identifier?

0 Answers   TCS,






write a c program for greatest of three numbers without using if statment

4 Answers   IBM,


wt is diference between int and int pointer as same as float and float pointer and char and char pointer

8 Answers   CTS, Infosys,


Why is %d used in c?

0 Answers  


What do you mean by recursion in c?

0 Answers  


Explain 'far' and 'near' pointers in c.

0 Answers  


please send me papers for Dy. manager IT , PNB. it would be a great help for me.

0 Answers  


write a c program to remove all the duplicate characters in a string and replace with single character? ex:-input- AAABBBCCC output- ABC

2 Answers   HCL,


Categories