Welcome to CodingWithSudhir ! Here, you'll find engaging tutorials and insights into the world of programming, with a focus on Java and various project-based learning experiences. Whether youβre a beginner or looking to enhance your skills, I cover a range of topics to help you succeed.
If youβre interested in creating a project or have any questions, feel free to message me at codingwithsudhir@gmail.com. Thank you for joining me on this coding journey! Donβt forget to subscribe and hit the notification bell to stay updated on the latest content.
Coding with Sudhir
π¨ **Online Ethical Hacking Workshop β Registration Open**
SSSAM Academy, Gurugram is organizing a **4-Day Online Ethical Hacking & Cybersecurity Workshop** for students interested in cybersecurity.
π **Workshop Start Date:** 16 March 2026
π **Duration:** 4 Days
β° **Time:** 8:30 PM (Evening)
π» **Mode:** Online (Live Classes)
π **Registration Form:**
π docs.google.com/forms/d/e/1FAIpQLScHrGgst34pll3UYCβ¦
π₯ **Join WhatsApp Group:**
π chat.whatsapp.com/BbsogBEGMSvGnYuw5JMhOW?mode=gi_t
π **Website:**
sssamacademy.com/
All workshop updates and live class links will be shared in the WhatsApp group.
π **Contact:**
+91 9217031899
+91 9518447689
β **SSSAM Academy**
Old DLF Colony, Sector 14, Gurugram
2 days ago | [YT] | 3
View 0 replies
Coding with Sudhir
India Lifts the T20 World Cup Trophy ππ₯ | Historic Victory
4 days ago | [YT] | 21
View 0 replies
Coding with Sudhir
4 weeks ago | [YT] | 4
View 0 replies
Coding with Sudhir
4 weeks ago | [YT] | 5
View 2 replies
Coding with Sudhir
1 month ago | [YT] | 4
View 0 replies
Coding with Sudhir
1 month ago | [YT] | 6
View 0 replies
Coding with Sudhir
What is the output of this code?
8 months ago (edited) | [YT] | 3
View 1 reply
Coding with Sudhir
What is the output of the following code?
#include <stdio.h>
int main() {
int arr[3] = {10, 20, 30};
printf("%d\n", arr[-1]);
return 0;
}
8 months ago | [YT] | 2
View 0 replies
Coding with Sudhir
What will happen when you execute the following C code?
#include <stdio.h>
int main() {
int arr[5];
arr[10] = 100;
printf("%d\n", arr[10]);
return 0;
}
8 months ago | [YT] | 3
View 0 replies
Coding with Sudhir
8 months ago | [YT] | 10
View 1 reply
Load more