
You can design such dialog boxes using the following website.
https://carbon.now.sh
8 Thanks
2 Answers
7 Claps
1 Comments
Balance on a bicycle is a matter of constantly correcting against falls, and it's easier when the speed is higher because the inertia of moving forward overcomes the need for corrective actions.
5 Thanks
2 Answers
9 Claps
0 Comments
#include<stdio.h>
#include<conio.h>
#include<string.h>
int main() {
int i, number, num1, num2=0;
char str1[50];
num1 = number;
for(i=2; i<=20; i+=2) {
printf("%d", i);
printf(", ");
}
return 0;
}
2 Thanks
2 Answers



Congratulations Sachin!!