#include <stdio.h>
int main (void)
{
int a[100];
int b[100];
int i;
for (i=0;i<100;i++)
{
if(i%2=1) printf("%d",i);
}
return 0;
}
This post has been edited by jimblumberg: 22 January 2013 - 06:41 AM
Reason for edit:: Added missing code tags. Please learn to use them properly.

New Topic/Question
Reply



MultiQuote





|