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
What is const keyword in c?
Write a c program to demonstrate character and string constants?
What does p mean in physics?
What is c token?
Tell me can the size of an array be declared at runtime?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures
how to write a c program to print list of fruits in alpabetical order?
Why c is procedure oriented?
Write a progarm to find the length of string using switch case?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
Why is c called "mother" language?
What is an expression?
What is the advantage of an array over individual variables?
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
Explain high-order and low-order bytes.