• Courses
  • Code Compiler
  • Discuss
  • Pricing
  • Teams
Menu
+ 1
int i, j; for (i = 0; i < 5; i++) { for (j = 0; j < i; j++) { cout << " "; } for (;j < 5; j++) { cout << "*"; } cout << endl; }
12th Sep 2016, 5:30 PM
Zen
Zen - avatar

Often have questions like this?

Learn more efficiently, for free:

  • Introduction to Python

    7.1M learners

  • Introduction to Java

    4.7M learners

  • Introduction to C

    1.5M learners

  • Introduction to HTML

    7.5M learners

See all courses
Hot today
How to center a div in CSS?
3 Votes
123
0 Votes
Bachelor's c programming project for 1st semester
0 Votes
Are sololearn certificates a valid proof of knowledge?
1 Votes
How can I make calculator
0 Votes
Minecraft code
0 Votes
A cry for help
0 Votes
Why do phone calls still convert better than forms in marketing?
1 Votes
In this C code how that variable int i is accessing the marks element as I've declared it separately,
1 Votes
Core
0 Votes