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
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
What are unions in c?
What are the differences between new and malloc in C?
What are the advantages of the functions?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
What is keyword with example?
What is size of union in c?
Write a code of a general series where the next element is the sum of last k terms.
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
What is the difference between abs() and fabs() functions?
can anyone please tell about the nested interrupts?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
What is extern c used for?
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.
When can a far pointer be used?