SubhanUllah Posted October 27, 2022 Report Posted October 27, 2022 #include <stdio.h> int main() { for (int a=20;a>=10;--a){ // Write C code here printf("Hello world"); } return 0; } Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.