In C programming, what command or code can be used to determine if a number of odd or even?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

int i=~0; uint j=(uint)i; j++; printf(“%d”,j);

1 Answers  


Hi, main() { } Is a user defined function or Built in Functionn

26 Answers   Honeywell, Yahoo,


write a program to display all prime numbers

0 Answers  


Differentiate between a for loop and a while loop? What are it uses?

0 Answers   TISL,


In how much time you will write this c program? Prime nos from 1 to 1000

2 Answers   TCS,






implement general tree using link list

1 Answers   Wipro,


program to print upper & lower triangle of a matrix

2 Answers   TCS,


Can main () be called recursively?

0 Answers  


int i=10; printf("%d %d %d", i, i=20, i);

0 Answers  


Why is main function so important?

0 Answers  


Is it possible to create recycle bin in mobiles?

2 Answers  


if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0

0 Answers  


Categories