narendra


{ City } bangalore
< Country > india
* Profession *
User No # 6151
Total Questions Posted # 0
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 27
Users Marked my Answers as Wrong # 19
Questions / { narendra }
Questions Answers Category Views Company eMail




Answers / { narendra }

Question { 25094 }

write a program for odd numbers?


Answer

#include
#include
void main()
{
int num;
clrscr();
printf("enter ur range:");
scanf("%d",&num);
for(i=1;i<=num;i+2)
printf("%d",num);
getch();
}

Is This Answer Correct ?    27 Yes 19 No