Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Only Legends can understand
Beginners................
for(int i=0; i<=5;i++)
{
for(int j=0; j<=i; j++)
{
printf("*");
}
printf("\n");
}
Legends.....................
printf("*");
printf("**");
printf("***");
printf("****");
printf("*****");
joke/meme