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
How is = symbol different from == symbol in c programming?
What kind of structure is a house?
Explain the binary height balanced tree?
Explain the process of converting a Tree into a Binary Tree.
What the advantages of using Unions?
Write a program for print infinite numbers
What is the function of multilevel pointer in c?
What is a char in c?
Why preprocessor should come before source code?
What is structure packing in c?
5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.
what is output? main() { #define SQR(x) x++ * ++x int i = 3; printf(" %d %d ",SQR(i),i * SQR(i)); } a)9 27 b)35 60 c)20 60 d)15 175