Design a program using an array that lists even numbers and
odd numbers separately from the 12 numbers supplied by a user.
Answer Posted / vignesh1988i
in the above program the last for loop is LOGICALLY WRONG
one...... the last forloop must be changed as...
I WILL COME WITH A ANSWER AS SOON AS POSSIBLE
| Is This Answer Correct ? | 7 Yes | 12 No |
Post New Answer View All Answers
Explain the use of bit fieild.
can any one tel me wt is the question pattern for NIC exam
Why we use int main and void main?
Why we write conio h in c?
Difference between strcpy() and memcpy() function?
What is the g value paradox?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
Is c is a middle level language?
What is maximum size of array in c?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
What is the difference between void main and main in c?
Who is the founder of c language?
What is page thrashing?
Why is c still so popular?
Write a program to find factorial of a number using recursive function.