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
What is static and volatile in c?
What is a good way to implement complex numbers in c?
What is the difference between local variable and global variable in c?
What is the purpose of realloc()?
What is an identifier?
What is character constants?
What the advantages of using Unions?
Why isn't it being handled properly?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
how to write a c program to print list of fruits in alpabetical order?
Are the expressions * ptr ++ and ++ * ptr same?
What is the difference between if else and switchstatement
What is file in c preprocessor?
What language is lisp written in?
Is array a primitive data type in c?