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
what is a far pointer
12 Answers ABB, DRDO, ITI, Maruti Suzuki, Steel Plant, TCS, Toyota, Vivo Mobiles,
what is the output of the below code? main( ) { printf ( "\nOnly stupids use C?" ) ; display( ) ; } display( ) { printf ( "\nFools too use C!" ) ; main( ) ; }
how to find anagram without using string functions using only loops in c programming
which of 'arrays' or 'pointers' are faster?
What should malloc(0) do?
What are the various types of control structures in programming?
What is the difference between printf and scanf in c?
print the palindrome numbers in between 0 to n
What is indirection in c?
What are the 5 elements of structure?
What does it mean when a pointer is used in an if statement?
How can I pad a string to a known length?