Computer Science, asked by Anonymous, 9 months ago

include <stdio.h> int main() { int i, j, rows; printf("Enter the number of rows: "); scanf("%d", &rows); for (i = 1; i <= rows; ++i) { for (j = 1; j <= i; ++j) { printf("%d ", j); } printf("\n"); } return 0; }

Answers

Answered by Atharva6914
3

Answer:

Hey mate.....

I am a huge fan of you.....

Please mark as brainliest...

Answered by nishasingh81
1

Answer:

hii

plz follow me I follow back

plzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz mark me as brainlist

Similar questions