Write a program to produce the following output:
1
2
3
4
5
6
7
8
9
10
Answer Posted / guest
#include<stdioh>
#include<conio.h>
void main()
{
int i;
for(i=0;i<=10;i++)
{
printf("%d",i);
}
}
| Is This Answer Correct ? | 8 Yes | 14 No |
Post New Answer View All Answers
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
how many key words availabel in c a) 28 b) 31 c) 32
Should a function contain a return statement if it does not return a value?
Why are algorithms important in c program?
What is function prototype in c language?
Explain what is the stack?
Is fortran faster than c?
What kind of structure is a house?
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
int far *near * p; means
Which is best book for data structures in c?
Where are local variables stored in c?
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
Are the outer parentheses in return statements really optional?