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
given post order,in order construct the corresponding binary tree
What is a stream water?
What is a c token and types of c tokens?
What does double pointer mean in c?
How can you convert integers to binary or hexadecimal?
how to build a exercise findig min number of e heap with list imlemented?
What is the c language function prototype?
How can I handle floating-point exceptions gracefully?
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
How can a process change an environment variable in its caller?
What are the types of operators in c?
write a program to copy the string using switch case?
Why do we need a structure?
Why does everyone say not to use scanf? What should I use instead?