🙏 Welcome to CodeWaleBhai – Tumhara apna coding ka bhai!
Yeh channel unke liye hai jo coding seekhna chahte hain — bina English ke pressure, bina confusion ke. Chahe student ho, beginner ho ya career switcher — yahan milega clear roadmap, real projects & full support.
🚀 Kya Milega?
✅ Simple tutorials – 100% beginner-friendly
✅ DSA, Python, C – logic ke saath
✅ Real-life projects + interview tips
✅ Hindi-English mix explanation
✅ Shorts + full videos – fast learning
✅ Chill style: logic + memes + motivation
🔑 Kya Banata Hai CodeWaleBhai Ko Alag?
🌟 Yeh ek bhai jaisa mentor hai
💻 Real-world skills, job-focused content
🙌 Community + career roadmap – sab free mein
🚫 No boring lectures – coding yahan addictive hoti hai
📢 Ready ho? Toh subscribe karo abhi.
💻 CodeWaleBhai – Coding Seekhne Walo Ka Bhai!
📱 Follow on Insta: @CodeWaleBhai
#CodeWaleBhai #CodingInHindi #DSA #TechCareer
CodeWaleBhai
🎯 EP2 – C Language Basic Concept:
Can you write and run a C program without using main() function? 🤔
👇 Code Example:
#include<stdio.h>
#define start main
int start() {
printf("CodeWaleBhai OP\n");
return 0;
}
💡 Explanation:
Here, we used a preprocessor directive:
#define start main
So wherever the compiler sees "start", it replaces it with "main".
Toh indirectly humne "main()" use kiya, but beginner ko laga bina main() program chal gaya 😅
📌 This is a simple but smart trick to understand how preprocessor works in C.
🧠 Beginners ke liye yeh jaana zaroori hai — kyunki C me main() compulsory hota hai,
par preprocessor se hum cheeze modify kar sakte hain.
🎓 Learn such powerful basics in the simplest way — only on @CodeWaleBhai
#clanguage #mainfunction #cprogramming #codewalebhai #shorts #cforbeginners #define #cconcepts #codingfacts #learnc
1 month ago | [YT] | 3
View 0 replies
CodeWaleBhai
https://youtu.be/cuJAS02t7mw?si=Hj0i5...
1 month ago | [YT] | 5
View 0 replies
CodeWaleBhai
https://youtu.be/cuJAS02t7mw?si=Hj0i5...
1 month ago | [YT] | 5
View 0 replies