write a program for even numbers?

Answer Posted / kannan

what function will do


if (!(num & 1))

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is c is a middle level language?

597


What is the g value paradox?

645


What is the difference between int main and void main in c?

591


WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?

1857


Can stdout be forced to print somewhere other than the screen?

625






write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

3501


Explain the difference between structs and unions in c?

574


Explain how do you determine whether to use a stream function or a low-level function?

628


Why does not c have an exponentiation operator?

629


Discuss the function of conditional operator, size of operator and comma operator with examples.

678


What is calloc malloc realloc in c?

594


How do you construct an increment statement or decrement statement in C?

741


What is equivalent to ++i+++j?

643


What are the uses of null pointers?

590


what is the format specifier for printing a pointer value?

611