Learning
Post #3801 · source on Telegram
YouTube Tutorial Career Lifeline
Description
A still from Squid Game shows one green-tracksuited player stepping over and helping another player who is down on the ground. The helper is labeled "Indian guy on YouTube," while the struggling person is labeled "My programming career." The joke frames free tutorial creators, especially the familiar developer trope of practical Indian YouTube instructors, as the last-minute support that keeps a software career moving when formal learning or documentation is not enough.
Use J and K for navigation
Comments
28Comment deleted
Half the industry runs on distributed systems; the other half runs on one patient YouTube instructor explaining pointers with Notepad.
I never watched one single video of programming from a Indian guy, maybe I am a unicorn, oh no. Comment deleted
Wait WHAT Comment deleted
It should be 156???? Comment deleted
it converted the whole result to string 😂 Comment deleted
Why Comment deleted
Because its JavaScript Comment deleted
ye Comment deleted
it's even more funny in js it returned 156 for console.log(1+2+3+4+5+"6"); 😂 Comment deleted
And in C? Or C#? Comment deleted
156 in both java and c# Comment deleted
Perfect so thankfully the operator order stays as it should Comment deleted
i didn't get it its like ignoring 2,3,4 🤔 Comment deleted
No its not Comment deleted
int i = 1; while (i < 5) { ++i; } printf("%d%s", i, "6"); Comment deleted
Thanks Comment deleted
Add 1 + 2 + 3 + 4 + 5 together then glue the result and "6" like a string together Basically ((((1 + 2) + 3) + 4) + 5) Comment deleted
got it thanks guys Comment deleted
Welcome Comment deleted
c tells you to fuck off if its "6" and if it's '6' uses its char code Comment deleted
Haha right i forgot the first one Comment deleted
im going to test it :D Comment deleted
Yes, it shoud be 156, you're right Comment deleted
Wait this is incorrect or is it? Comment deleted
maybe its js Comment deleted
Durgasoft vibes Comment deleted
In Python i think its 156. Comment deleted
Just not a correct one meme Comment deleted