C++ auto x={10} trick 😱 cout x.begin prints 10, 0 or garbage? ⏱️ #Cpp#GuessTheOutput#codewithme
code with me
C++ auto x={10} trick 😱 cout x.begin prints 10, 0 or garbage? ⏱️ #Cpp#GuessTheOutput#codewithme
0:31
C++ char trick 😱 char c='A'; cout c+1 prints 66, not 'B'! ⏱️ #Cpp #GuessTheOutput#codewithme
code with me
C++ char trick 😱 char c='A'; cout c+1 prints 66, not 'B'! ⏱️ #Cpp #GuessTheOutput#codewithme
0:31
C++ bool math 😱 true + true*false + true → 0, 1 or 2? ⏱️ #Cpp #Coding #GuessTheOutput#codewithme
code with me
C++ bool math 😱 true + true*false + true → 0, 1 or 2? ⏱️ #Cpp #Coding #GuessTheOutput#codewithme
0:31
C++ lambda = mutable 😱 Guess the output! ⏱️ 15s timer#Cpp#Coding #Lambda#GuessTheOutput#codewithme
code with me
C++ lambda = mutable 😱 Guess the output! ⏱️ 15s timer#Cpp#Coding #Lambda#GuessTheOutput#codewithme
0:32
C++ if constexpr magic! 😱 fun(10.5) → INT or NOT? ⏱️ Pause & guess! #Cpp #GuessTheOutput#codewithme
code with me
C++ if constexpr magic! 😱 fun(10.5) → INT or NOT? ⏱️ Pause & guess! #Cpp #GuessTheOutput#codewithme
0:31
C++ auto [a,b] trick! 😱 a=100 but p.first prints 1?⏱️ Pause & guess! #Cpp#GuessTheOutput#codewithme
code with me
C++ auto [a,b] trick! 😱 a=100 but p.first prints 1?⏱️ Pause & guess! #Cpp#GuessTheOutput#codewithme
0:30
C++ decltype(auto) magic! 😱 fun(a)=20 → prints 20? ⏱️ Pause & guess!#Cpp#GuessTheOutput#codewithme
code with me
C++ decltype(auto) magic! 😱 fun(a)=20 → prints 20? ⏱️ Pause & guess!#Cpp#GuessTheOutput#codewithme
0:30
C++ auto trick! 😱 auto y = (x) → prints 10? ⏱️ Pause & guess!#Cpp #Coding#GuessTheOutput#codewithme
code with me
C++ auto trick! 😱 auto y = (x) → prints 10? ⏱️ Pause & guess!#Cpp #Coding#GuessTheOutput#codewithme
0:31
EP 4 – Stack in DSA: LIFO, Push/Pop, Implementations & Use Cases Explained
code with me
EP 4 – Stack in DSA: LIFO, Push/Pop, Implementations & Use Cases Explained
2:13
Guess the output! Stack quiz #codewithme #coding #DSA#stack#codeprep
code with me
Guess the output! Stack quiz #codewithme #coding #DSA#stack#codeprep
0:26
DSA EP 3: Singly Linked List Made EASY (Nodes, Insert, Delete, Code)
code with me
DSA EP 3: Singly Linked List Made EASY (Nodes, Insert, Delete, Code)
3:20
Guess the output! #codewithme#coding#codingchallenge #codeprep
code with me
Guess the output! #codewithme#coding#codingchallenge #codeprep
0:20
free AI tools for developer #codewithme#AI tools #developer
code with me
free AI tools for developer #codewithme#AI tools #developer
0:34
DSA Arrays EP 2: Why Arrays Are Powerful (and Where They Fail)
code with me
DSA Arrays EP 2: Why Arrays Are Powerful (and Where They Fail)
2:20
Arrays are fast but not always.#codewithme#DSA#coding#array#codeprep#interviewpre#
code with me
Arrays are fast but not always.#codewithme#DSA#coding#array#codeprep#interviewpre#
0:50
Binary Search in 30 seconds!If you get this ,DSA becomes easy#DSA #BinarySearch#Coding#codewithme
code with me
Binary Search in 30 seconds!If you get this ,DSA becomes easy#DSA #BinarySearch#Coding#codewithme
0:45
Linear search algorithm explaination #codewithme #dsa #programming #techshorts #coding
code with me
Linear search algorithm explaination #codewithme #dsa #programming #techshorts #coding
0:45
DSA Episode 1 | Array Basics | Find Maximum Element (Linear Search) – Easy Explanation
code with me
DSA Episode 1 | Array Basics | Find Maximum Element (Linear Search) – Easy Explanation
1:56
Virtual destructor trap in C++! Guess the output#cpp#codewithme  #guessoutput#codinginterview#shorts
code with me
Virtual destructor trap in C++! Guess the output#cpp#codewithme #guessoutput#codinginterview#shorts
0:19
Sizeof trick in C++! Many fail this interview question.Guess the output before reveal#codewithme#c++
code with me
Sizeof trick in C++! Many fail this interview question.Guess the output before reveal#codewithme#c++
0:18
Pointer magic in C++! Guess the output of this interview-level question before reveal#codewithme#c++
code with me
Pointer magic in C++! Guess the output of this interview-level question before reveal#codewithme#c++
0:18
Guess the output before reveal! #codewithme#references#callbyvalue#cppcoding#interviewprep#techshort
code with me
Guess the output before reveal! #codewithme#references#callbyvalue#cppcoding#interviewprep#techshort
0:19
Base or Derived? This C++ challenge Guess it now#cppinterview#virtualfunction#oops #c++#techreels
code with me
Base or Derived? This C++ challenge Guess it now#cppinterview#virtualfunction#oops #c++#techreels
0:18
“Looks like a swap !Guess the output of this XOR trick!#codewithme#coding#clanguage#codingchallenge
code with me
“Looks like a swap !Guess the output of this XOR trick!#codewithme#coding#clanguage#codingchallenge
0:20
Try to guess the output! XOR swap trick that confuses everyone. #codewithme#coding#cchallenge#swap
code with me
Try to guess the output! XOR swap trick that confuses everyone. #codewithme#coding#cchallenge#swap
0:18
Can you guess the output? Comment your answer!#codewithme #coding #python #codingchallenge#codeprep
code with me
Can you guess the output? Comment your answer!#codewithme #coding #python #codingchallenge#codeprep
0:19
STOP using gets()! It causes buffer overflow.Use fgets() instead. #CProgramming #Coding #Shorts
code with me
STOP using gets()! It causes buffer overflow.Use fgets() instead. #CProgramming #Coding #Shorts
0:27
Python Guess the Output Marathon | 20 Tricky Questions & Explanations
code with me
Python Guess the Output Marathon | 20 Tricky Questions & Explanations
5:15
strlen vs sizeof 🤯Guess the output in C! Comment your answer#CProgramming#CodingChallenge#codewithme
code with me
strlen vs sizeof 🤯Guess the output in C! Comment your answer#CProgramming#CodingChallenge#codewithme
0:25
Guess the Output:JS ==vs===. Subscribers for more challenges#codewithme#coding#jvascript#codeprep
code with me
Guess the Output:JS ==vs===. Subscribers for more challenges#codewithme#coding#jvascript#codeprep
0:21
Swap challenge with a twist!Guess the output before you see it#coding#codewithme#swap#clanguage
code with me
Swap challenge with a twist!Guess the output before you see it#coding#codewithme#swap#clanguage
0:19
This swap fails! 😅 Can you tell why? #cprogramming#challenge#codewithme#coding #codingchallenge#swap
code with me
This swap fails! 😅 Can you tell why? #cprogramming#challenge#codewithme#coding #codingchallenge#swap
0:18
20 C Output Guess Challenge 🔥 | Test Your Coding Brain!
code with me
20 C Output Guess Challenge 🔥 | Test Your Coding Brain!
2:46
can you guess the output?#codewithme#codingchallenge#codequiz#coding#codeprep#interviewprep
code with me
can you guess the output?#codewithme#codingchallenge#codequiz#coding#codeprep#interviewprep
0:18
Two strings, no plus sign! Guess what C print #CProgramming#CodeQuiz#CodingChallenge#codewithme
code with me
Two strings, no plus sign! Guess what C print #CProgramming#CodeQuiz#CodingChallenge#codewithme
0:19
Can you outsmart printf?Guess the output#CProgramming#CodingChallenge#CQuiz#codewithme#techshorts
code with me
Can you outsmart printf?Guess the output#CProgramming#CodingChallenge#CQuiz#codewithme#techshorts
0:16
can you guess The Output? #codewithme #coding #codequiz#techshorts#codingchallenge
code with me
can you guess The Output? #codewithme #coding #codequiz#techshorts#codingchallenge
0:18
Struct logic twist! 🤯 Can you find the final sum before the reveal#CChallenge#CodingQuiz#codewithme
code with me
Struct logic twist! 🤯 Can you find the final sum before the reveal#CChallenge#CodingQuiz#codewithme
0:18
Comma chaos! Can you guess the final values before the reveal?  #CChallenge #CodingQuiz#codewithme
code with me
Comma chaos! Can you guess the final values before the reveal? #CChallenge #CodingQuiz#codewithme
0:19
Bitwise battle!Can you decode these numbers before reveal#CChallenge#Bitwise#CodingQuiz#codewithme
code with me
Bitwise battle!Can you decode these numbers before reveal#CChallenge#Bitwise#CodingQuiz#codewithme
0:19
Recursion strikes again! 🔁 Guess the output #codingchallenge #Cprogramming#codewithme #coding
code with me
Recursion strikes again! 🔁 Guess the output #codingchallenge #Cprogramming#codewithme #coding
0:19
Looks simple?Think again  One line, one pointer, endless confusion#CChallenge #Pointers#CProgramming
code with me
Looks simple?Think again One line, one pointer, endless confusion#CChallenge #Pointers#CProgramming
0:18
Slices can twist your brain.Can you crack it?#python#codingchallenge #codewithme #coders#brainteaser
code with me
Slices can twist your brain.Can you crack it?#python#codingchallenge #codewithme #coders#brainteaser
0:18
Switch without break 🤯 Can you predict the output? #CProgramming #CodingQuiz#codewithme #switchcase
code with me
Switch without break 🤯 Can you predict the output? #CProgramming #CodingQuiz#codewithme #switchcase
0:18
Bitwise operators !Guess the output!#CChallenge#Bitwise#InterviewPrep #CProgramming#codewithme
code with me
Bitwise operators !Guess the output!#CChallenge#Bitwise#InterviewPrep #CProgramming#codewithme
0:17
Array vs pointer brain-twister 🤯 Can you crack sizeof logic?#CProgramming #Pointers #CodingChallenge
code with me
Array vs pointer brain-twister 🤯 Can you crack sizeof logic?#CProgramming #Pointers #CodingChallenge
0:18
Pointer to array Can you solve it?#CProgramming#Pointers#CodingChallenge#codewithme#coding#codeprep
code with me
Pointer to array Can you solve it?#CProgramming#Pointers#CodingChallenge#codewithme#coding#codeprep
0:18
Recursion + static Can you solve this#CProgramming#CodingChallenge #Recursion #LogicTest#codewithme
code with me
Recursion + static Can you solve this#CProgramming#CodingChallenge #Recursion #LogicTest#codewithme
0:19
Static variable trap! Can you guess it#codewithme #CChallenge #StaticKeyword #CProgramming#LogicTest
code with me
Static variable trap! Can you guess it#codewithme #CChallenge #StaticKeyword #CProgramming#LogicTest
0:18
Only true C masters can crack this pointer puzzle!#CProgramming #PointerChallenge#Coding#codewithme
code with me
Only true C masters can crack this pointer puzzle!#CProgramming #PointerChallenge#Coding#codewithme
0:18
Looks easy but zeroed out your logic #codewithme#CProgramming #CodingChallenge#LogicTest #Programmer
code with me
Looks easy but zeroed out your logic #codewithme#CProgramming #CodingChallenge#LogicTest #Programmer
0:19
Looks easy till you trace it #PythonChallenge #CodingChallenge #LogicTest #Programmer#codewithme
code with me
Looks easy till you trace it #PythonChallenge #CodingChallenge #LogicTest #Programmer#codewithme
0:19
Can you trace this pointer puzzle?#CProgramming #Pointers #CodingChallenge #codewithme  #Programmer
code with me
Can you trace this pointer puzzle?#CProgramming #Pointers #CodingChallenge #codewithme #Programmer
0:19
Guess the output before it blows your mind! #CProgramming #CodingChallenge #Programmer#codewithme
code with me
Guess the output before it blows your mind! #CProgramming #CodingChallenge #Programmer#codewithme
0:19
Python Coding Challenge – Guess the Output | Mutable vs Immutable 🔥
code with me
Python Coding Challenge – Guess the Output | Mutable vs Immutable 🔥
1:10
Can you crack this C brain-twister? #cprogramming #codingchallenge  #programming#logicbuilding
code with me
Can you crack this C brain-twister? #cprogramming #codingchallenge #programming#logicbuilding
0:17
Only Sharp Python Brains can solve this!#python #pythonchallenge #codewithme #learnpython#developer
code with me
Only Sharp Python Brains can solve this!#python #pythonchallenge #codewithme #learnpython#developer
0:18
Can you solve this C code? 🤯 Guess the output and comment below! #codechallenge #codewithme #C code
code with me
Can you solve this C code? 🤯 Guess the output and comment below! #codechallenge #codewithme #C code
0:17
Can you guess the output of this Python code #codingchallenge#python#coding#codewithme
code with me
Can you guess the output of this Python code #codingchallenge#python#coding#codewithme
0:13
Guess the output of this C code! Comment your answer before the reveal! 🧠👇 #CodeChallenge
code with me
Guess the output of this C code! Comment your answer before the reveal! 🧠👇 #CodeChallenge
0:15
Guess the output of this C code! Comment your answer before the reveal!#CodeChallenge#codewithme
code with me
Guess the output of this C code! Comment your answer before the reveal!#CodeChallenge#codewithme
0:19
Guess the output of this C code! Comment your answer before the reveal! #CodeChallenge#codewithme
code with me
Guess the output of this C code! Comment your answer before the reveal! #CodeChallenge#codewithme
0:19
Guess the output of this C code! Comment your answer before the reveal!  #CodeChallenge#codewithme
code with me
Guess the output of this C code! Comment your answer before the reveal! #CodeChallenge#codewithme
0:19
Guess the output of this C code! Comment your answer before the reveal!CodeChallenge#codewithme
code with me
Guess the output of this C code! Comment your answer before the reveal!CodeChallenge#codewithme
0:19
Guess the output of this C code! Comment your answer before the reveal! 🧠 #CodeChallenge#codewithme
code with me
Guess the output of this C code! Comment your answer before the reveal! 🧠 #CodeChallenge#codewithme
0:19
Guess the output of this C code! Comment your answer before the reveal!#CodeChallenge#codewithme
code with me
Guess the output of this C code! Comment your answer before the reveal!#CodeChallenge#codewithme
0:11
Guess the output of this C code! Comment your answer before the reveal! #CodeChallenge#codewithme
code with me
Guess the output of this C code! Comment your answer before the reveal! #CodeChallenge#codewithme
0:12
Guess the output of this C code! Comment your answer before the reveal! #CodeChallenge#codewithme
code with me
Guess the output of this C code! Comment your answer before the reveal! #CodeChallenge#codewithme
0:14
Guess the output of this C code! Comment your answer before the reveal🧠👇#CodeChallenge#codewithme
code with me
Guess the output of this C code! Comment your answer before the reveal🧠👇#CodeChallenge#codewithme
0:15
Guess the output of this C code! Comment your answer before the reveal! 🧠👇 #CodeChallenge#codewithme
code with me
Guess the output of this C code! Comment your answer before the reveal! 🧠👇 #CodeChallenge#codewithme
0:15
Guess the output of this C code! Comment your answer before the reveal! 🧠👇 #Codewithme#coding
code with me
Guess the output of this C code! Comment your answer before the reveal! 🧠👇 #Codewithme#coding
0:11