Convert the following expression to postfix and prefix
(A+B) * (D-C)
Answers were Sorted based on User's Feedback
What are the advantages of using Unions?
What is the difference between struct and union in C?
I need a sort of an approximate strcmp routine?
Please write me a program to print the first 50 prime numbers (NOT between the range 1 -50)
Write the control statements in C language
I have an array of 100 elements, each of which is a random integer. I want to know which of the elements: a) are multiples of 2 b) are multiples of 2 AND 5 c) have a remainder of 3 when divided by 7
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
what is the difference between i++ and ++i?
Write a program to print “hello world” without using semicolon?
Is there any possibility to create customized header file with c programming language?
I came across some code that puts a (void) cast before each call to printf. Why?
What is an array in c?