Ritik Chaudhary Get link Facebook X Pinterest Email Other Apps November 20, 2023 Ritik Chaudhary Get link Facebook X Pinterest Email Other Apps Comments AbhisheKKumarVerma27 October 2023 at 23:20Mast ba ReplyDeleteRepliesReplyAdd commentLoad more... Post a Comment
Object: To print the following April 21, 2024 #include <stdio.h> #include <conio.h> main() { int i,j; for (i=0; i<5; i++) { for (j=0; j<=i; j++) { printf("*"); printf("\n"); } } getch(); } Read more
Mast ba
ReplyDelete