find a number whether it is even or odd without using any
control structures and relational operators?
Answer Posted / vignesh1988i
the first answer is excellent .... superb..... this is what
i expected........ marvalous.......... congrats
thank u
| Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
What is the difference between array_name and &array_name?
What is quick sort in c?
What are 3 types of structures?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
Do you know the purpose of 'register' keyword?
What does sizeof return c?
What is the purpose of main( ) in c language?
Why do we use static in c?
What does %2f mean in c?
can any one tel me wt is the question pattern for NIC exam
Hi can anyone tell what is a start up code?
write an algorithm to display a square matrix.
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
What are the two types of functions in c?
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.