Answer Posted / sameer.chaudhari
main()
{
int num;
printf("Plz enter the number :=> ");
scanf("%d",&num);
if (!(num & 1))
printf("Even");
getch();
}
| Is This Answer Correct ? | 41 Yes | 33 No |
Post New Answer View All Answers
What standard functions are available to manipulate strings?
What is the advantage of using #define to declare a constant?
Explain the difference between null pointer and void pointer.
program for reversing a selected line word by word when multiple lines are given without using strrev
Are enumerations really portable?
Why do we use null pointer?
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. The Logic should be written in Data Structures?
Difference between linking and loading?
What is the difference between new and malloc functions?
Why c is called object oriented language?
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
What is define directive?
Explain how does flowchart help in writing a program?
Explain the difference between structs and unions in c?
what is ur strangth & weekness