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 value is returned to operating system after program execution?
What is c language & why it is used?
Explain how does free() know explain how much memory to release?
please send me the code for multiplying sparse matrix using c
What are the advantages of using Unions?
What is the use of f in c?
When should we use pointers in a c program?
Explain how do you declare an array that will hold more than 64kb of data?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
What is infinite loop?
What is the symbol indicated the c-preprocessor?
What are integer variable, floating-point variable and character variable?
What does the characters “r” and “w” mean when writing programs that will make use of files?
Is exit(status) truly equivalent to returning the same status from main?
What is sizeof c?