Write a C program to print 1 2 3 ... 100 without using
loops?
Answer Posted / vivek
void main()
{
int i=1;
if(i<=100)
printf("%d",i);
continue;
getch();
}
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is hashing in c?
Explain the bubble sort algorithm.
What is the difference between the expression “++a” and “a++”?
Who developed c language and when?
Implement bit Array in C.
What is class and object in c?
How are Structure passing and returning implemented by the complier?
What is const keyword in c?
What are the types of operators in c?
What is the purpose of ftell?
Difference between strcpy() and memcpy() function?
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
Differentiate between the expression “++a” and “a++”?
What is the difference between c &c++?
What does s c mean on snapchat?