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
What is typedef struct in c?
Explain about block scope in c?
Is c is a high level language?
What is the use of printf() and scanf() functions?
what will be the output of this program main() { int i=1; while (i<=10); { i++; } }
Why header files are used?
what is the value of b if a=5; b=++a + ++a
31 Answers Infosys, TCS, Tech Mahindra,
How we can write a value to an address using macro..?
Q-1: Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college.
Are there namespaces in c?
how many error occurs in C language ?
What are the key features in c programming language?