#include<stdio.h>
Main()
{
int i=1;
While(  i++<=5 )
Printf( "%d " , i++ );
}

A - 1 3 5
B - 2 4
C - 2 4 6
D - 2

Posted on by