Answer Posted / keerthana
#include<stdio.h>
void main()
{
int n,i;
scanf("%d",&n);
for(i=0;i<=n;i++)
{
if(n%2)!=0)
printf("Odd numbers",n);
}
}
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
Why we not create function inside function.
What is difference between scanf and gets?
What is hashing in c?
what is the function of pragma directive in c?
Define VARIABLE?
Which is more efficient, a switch statement or an if else chain?
how can I convert a string to a number?
What is the size of array float a(10)?
Suggesting that there can be 62 seconds in a minute?
Are global variables static in c?
What is a null pointer in c?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
Explain what is the difference between functions getch() and getche()?
how many errors in c explain deply
Explain how do you override a defined macro?