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

Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;

2 Answers   Bosch,


main() { int i = 10; printf(" %d %d %d \n", ++i, i++, ++i); }

10 Answers   TCS, Vector,


Can you think of a way when a program crashed before reaching main? If yes how?

2 Answers  


what are the languages used in c#?

3 Answers   Infosys,


Where static variables are stored in c?

0 Answers  


Explain bitwise shift operators?

0 Answers  


player is good if the following conditions are satisfied: He is either from “India”, “Japan” or “Korea” He has a minimum of 3 years of experience He has won at least 3 major tournaments, and one of them must be "World Championship Tournament". He must know more than 10 techniques. (but see next question) If he knows less than 10 techniques, then he must be a world champion. His name contains at least 3 words. For example "Sachin Tendulkar" will not meet this condition. Write a method: boolean isGoodPlayer(String name, String country, int yearsExperience, String[] majorTournamentsWon, String[] techniques, boolean isWorldChampion) name country yearsExperience majorTournamentsWon techniques isWorldChampion

1 Answers  


Explain Linker and Loader

5 Answers  


develop algorithms to add polynomials (i) in one variable

0 Answers   Ignou, TCS,


In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none

0 Answers  


code for inverse a matrix

0 Answers  


List the difference between a "copy constructor" and a "assignment operator"?

0 Answers   Accenture,


Categories