Answer Posted / roopali
#include<stdio.h>
void main()
{
int i;
clrscr();
printf("\n odd numbers?");
scanf("%d",&n);
for(i=0;i<=n;i++)
print i=i+1;
printf("\n %d",i);
getch();
}
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
What is the difference between procedural and declarative language?
how to write optimum code to divide a 50 digit number with a 25 digit number??
Why do we use stdio h and conio h?
When should you use a type cast?
What is the use of static variable in c?
Is c language still used?
What are the application of c?
What will be the outcome of the following conditional statement if the value of variable s is 10?
What are variables and it what way is it different from constants?
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
What is string length in c?
how could explain about job profile
How can I get random integers in a certain range?
What is scope rule in c?
Write a program to reverse a given number in c language?