Answer Posted / k.naveen kumar
#include<stdio.h>
#include<conio.h>
main()
{
int a;
printf("Please enter the number :=> ");
scanf("%d",&a);
if (a%2==0)
printf("Even");
else
printf("odd");
getch();
}
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why c is faster than c++?
What is string constants?
What is structure in c language?
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
Ow can I insert or delete a line (or record) in the middle of a file?
What is the difference between functions abs() and fabs()?
What 'lex' does?
Tell me about low level programming languages.
What does 3 periods mean in texting?
What is a newline escape sequence?
What are the two types of structure?
What math functions are available for integers? For floating point?
What is structure in c definition?
In a switch statement, what will happen if a break statement is omitted?
How do we print only part of a string in c?