Answer Posted / monisha
#include<stdio.h>
#include<conio.h>
void main();
{
int n;
printf("Enter the number",n);
scanf("%d",&n);
for (i=1;i<=n;n+2)
printf("%d",i());
getch();
}
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Why enum is used in c?
What is the difference between the = symbol and == symbol?
What is malloc calloc and realloc in c?
What is the value of h?
program to convert a integer to string in c language'
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
What functions are in conio h?
Define VARIABLE?
What are the types of unary operators?
What does sizeof function do?
For what purpose null pointer used?
why we wont use '&' sing in aceesing the string using scanf
Which one would you prefer - a macro or a function?
I heard that you have to include stdio.h before calling printf. Why?
Explain how are 16- and 32-bit numbers stored?