0
#include<stdio.h> int main() { int i,j,k; for(i=1;i<=3;i++) { k = i; for(j=1;j<=i;j++) { printf("%d ", k
I'm unable to get the output
2 Antworten
+ 5
Your code is truncated because there isn't enough room for it in the question title.
I suggest you to save that code as a code bit in SoloLearn, and share the code link instead in Description.
Follow these guides 👍
https://www.sololearn.com/Discuss/333866/?ref=app
https://www.sololearn.com/post/75089/?ref=app
0
Please help me I want output to be like
1
2 6
3 7 10