- NEW!
Help answer this question below.
What is the output of the following code?
#define EXMP 25
main ( )
{ int exmp = 35;
printf (ā
value of exmp is %dā,EXMP);
}
by sriram on August 10th, 2010
| 1 person likes this
i have windows 7 professional (64bit) os.pls guide me how to downlord turbo c compiler which would support my os configurations..
by Sakthi_A on November 11th, 2010
| 1 person likes this
draw a flowchart to find the greatest of three numbers?
by mounica on October 21st, 2010
| 1 person likes this
I need a simple syntex code for duplicate elimination in C
by mrwigglesjean on September 2nd, 2010
| 1 person likes this
What's a good algorithm for performing Quadratic Regression on a set of points?
by POP Fan on September 7th, 2010
| 1 person likes this
You're reading What is the "c" code that can find, whether the given no is odd or even?. U should not use mod operator and any conditional statements?
Comments