change to postfix a/(b+c*d-e)
Answers were Sorted based on User's Feedback
Find if a number is power of two or not?
What are # preprocessor operator in c?
write aprogram for There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.
1 Answers iGate, Shashi, Source Bits, Subex,
What are the different types of data structures in c?
What is a const pointer, and how does it differ from a pointer to a const?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
Can a variable be both const and volatile?
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?
What is I ++ in c programming?
what is object oriental programing?
How can you tell whether two strings are the same?
what is calloc and malloc?