Answer Posted / sameer.chaudhari
main()
{
int num;
printf("Plz enter the number :=> ");
scanf("%d",&num);
if (num & 1)
printf("odd");
else
printf("even");
getch();
}
Is This Answer Correct ? | 22 Yes | 43 No |
Post New Answer View All Answers
Which header file is essential for using strcmp function?
Explain the use of #pragma exit?
Why do we need arrays in c?
what is the height of tree if leaf node is at level 3. please explain
Why clrscr is used in c?
will u please send me the placement papers to my mail???????????????????
What does 3 mean in texting?
What is wrong with this program statement? void = 10;
What is pragma c?
what is the significance of static storage class specifier?
Is stack a keyword in c?
Explain the use of 'auto' keyword in c programming?
write a program to create a sparse matrix using dynamic memory allocation.
Why is c fast?
What is the use of #include in c?