Answer Posted / narendra
#include<stdio.h>
#include<conio.h>
void main()
{
int num;
clrscr();
printf("enter ur range:");
scanf("%d",&num);
for(i=1;i<=num;i+2)
printf("%d",num);
getch();
}
| Is This Answer Correct ? | 27 Yes | 19 No |
Post New Answer View All Answers
What are types of structure?
What is a pragma?
What is the newline escape sequence?
Can you return null in c?
What is variable declaration and definition in c?
What are file streams?
What does %p mean c?
Once I have used freopen, how can I get the original stdout (or stdin) back?
Is it cc or c in a letter?
Give basis knowledge of web designing ...
Why void is used in c?
Is c a great language, or what?
what is the diffrenet bettwen HTTP and internet protocol
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
Explain goto?