Others Maths Puzzle

9 9 9 9 5 5 5 5 3 3 3 3 1 1 1 1. Find 21 by adding any 6 numbers from this

Read Solution (Total 4)

Others Other Question

#include
#include
void main()
{
int j=5;
int i;
i=(j++,j++);
printf("%d",i);
getch();
}
Write a function which returns the most frequent number in a list of integers. Handle the case of more than one number a function input(int[] array) was given and we had to enter any number and the entered no. should convert into absolute no like 4578, 6789 , 1234 etc means the no should convert into increasing nos.