A program to allow an input operand and operator from the operator and read on the display and output operand.


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

Post New Answer

More C Interview Questions

Define circular linked list.

0 Answers  


difference between ordinary variable and pointer in C?

2 Answers  


What is union and structure in c?

0 Answers  


a=(1,2,3); b=1,2,3; c=1,(2,3); d=(1,2),3; what's the value of 'a','b','c','d'

2 Answers  


what is C?

9 Answers   Syntel,






What is const volatile variable in c?

0 Answers  


what are bit fields in c?

0 Answers  


What is the difference between functions getch() and getche()?

0 Answers  


What is a pointer value and address in c?

0 Answers  


How to add two numbers with using function?

2 Answers   Miracle Solutions,


what is the difference between NULL('\0') and 0?

14 Answers   Microsoft,


What is malloc() function?

0 Answers  


Categories