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
How are strings stored in c?
What is the use of pragma in embedded c?
What are pointers?
What are the functions to open and close file in c language?
Why use int main instead of void main?
If errno contains a nonzero number, is there an error?
What is 02d in c?
Which driver is a pure java driver
What are the advantages of Macro over function?
List the different types of c tokens?
When is a “switch” statement preferable over an “if” statement?
What is modifier & how many types of modifiers available in c?
How can I manipulate strings of multibyte characters?
What is difference between && and & in c?
What is meant by inheritance?