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
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
What is c language in simple words?
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Are the variables argc and argv are always local to main?
What is the use of f in c?
a program that can input number of records and can view it again the record
Is c is a low level language?
Do you know the use of fflush() function?
Explain what is a program flowchart and explain how does it help in writing a program?
What Is The Difference Between Null And Void Pointer?
What is a pointer value and address in c?
What is the modulus operator?
Compare interpreters and compilers.
Which built-in library function can be used to match a patter from the string?