- 128
- 18 691
Learn Programming
India
เข้าร่วมเมื่อ 16 มี.ค. 2020
This channel covers the basic to advance programming of C++ Object Oriented Programming Concepts.
COMPLETE TUTORIAL C PROGRAMMING VS PYTHON PROGRAMMING
🌟 **C vs Python: Syntactical Differences Explained!** 🌟
In this video, I dive deep into the syntactical differences between **C programming** and **Python**, comparing the two languages side by side with examples. If you're transitioning between these languages or just curious about their distinctions, this tutorial is perfect for you!
📌 **Topics Covered:**
1️⃣ **Variable Declaration and Initialization**
- Explore how variables are declared and initialized in C vs Python's dynamic typing.
2️⃣ **Input and Output**
- Understand the differences in taking user input and displaying output in both languages.
3️⃣ **Bool Data Type**
- Learn how boolean values work and how they differ in C and Python.
4️⃣ **Conditional Statements**
- Compare `if-else` structures and syntax in C and Python.
5️⃣ **Switch Case vs Match Case**
- Discover the switch-case construct in C and Python's modern match-case equivalent.
6️⃣ **Loops**
- See how `for` and `while` loops differ, including their range-based usage in Python.
7️⃣ **Array vs List**
- Learn the difference between C's arrays and Python's versatile lists.
8️⃣ **Function**
- Compare function definitions, arguments, and return values in both languages.
📽️ **Programming Demonstrations:**
I’ve included practical examples for each topic, so you can see the concepts in action and better understand the differences.
🔥 **Whether you're a beginner or an experienced coder, this video will enhance your understanding of both languages and help you write better code!**
C Programming Demo: onlinegdb.com/kZok4iYd8
Python Demo: onlinegdb.com/X1H2qGlB0
Don’t forget to **like, share, and subscribe** for more programming tutorials! 💻
#CvsPython #ProgrammingTutorial #CProgramming #PythonTutorial #LearnCoding
In this video, I dive deep into the syntactical differences between **C programming** and **Python**, comparing the two languages side by side with examples. If you're transitioning between these languages or just curious about their distinctions, this tutorial is perfect for you!
📌 **Topics Covered:**
1️⃣ **Variable Declaration and Initialization**
- Explore how variables are declared and initialized in C vs Python's dynamic typing.
2️⃣ **Input and Output**
- Understand the differences in taking user input and displaying output in both languages.
3️⃣ **Bool Data Type**
- Learn how boolean values work and how they differ in C and Python.
4️⃣ **Conditional Statements**
- Compare `if-else` structures and syntax in C and Python.
5️⃣ **Switch Case vs Match Case**
- Discover the switch-case construct in C and Python's modern match-case equivalent.
6️⃣ **Loops**
- See how `for` and `while` loops differ, including their range-based usage in Python.
7️⃣ **Array vs List**
- Learn the difference between C's arrays and Python's versatile lists.
8️⃣ **Function**
- Compare function definitions, arguments, and return values in both languages.
📽️ **Programming Demonstrations:**
I’ve included practical examples for each topic, so you can see the concepts in action and better understand the differences.
🔥 **Whether you're a beginner or an experienced coder, this video will enhance your understanding of both languages and help you write better code!**
C Programming Demo: onlinegdb.com/kZok4iYd8
Python Demo: onlinegdb.com/X1H2qGlB0
Don’t forget to **like, share, and subscribe** for more programming tutorials! 💻
#CvsPython #ProgrammingTutorial #CProgramming #PythonTutorial #LearnCoding
มุมมอง: 68
วีดีโอ
Lecture - C Programming || 2-D Array Declaration & Initialization
มุมมอง 209 ชั่วโมงที่ผ่านมา
🎥 2-D Array Declaration and Initialization in C Programming 🎥 In this video tutorial, I have comprehensively explained the concepts of 2-D arrays in C programming , starting from their declaration to their initialization and use. Here's what you'll learn in this video: 📌 Topics Covered: 1️⃣ Declaration of 2-D Arrays: - How to declare a 2-D array with specific dimensions. 2️⃣ Initialization Tech...
Lecture - C Programming || Sort an array using Bubble Sort
มุมมอง 1112 ชั่วโมงที่ผ่านมา
🚀 Sorting an Array Using Bubble Sort: Ascending & Descending Order Explained! 🖥️ In this video, I provide a comprehensive tutorial on Bubble Sort in C programming. You'll learn how to sort an array in both ascending and descending order using Bubble Sort, along with important optimizations for efficient sorting. Perfect for beginners and those looking to master array sorting techniques! 🔑 Topic...
Lecture - C Programming || Linear Search || Random Access || Memory Management of 1d Array
มุมมอง 2012 ชั่วโมงที่ผ่านมา
#CProgramming #ArraysInC #LinearSearch #MemoryAllocation #CodingTutorial #LearnProgramming 🎯 Master Arrays in C Programming: Purpose, Searching, and Memory Allocation Explained! 🖥️ In this video, I dive deep into the concept of arrays in C programming, explaining their purpose, benefits, and practical uses. This tutorial also includes a demonstration of linear search optimization and an insight...
Lecture - C Programming || Nesting of for loop || Printing Pattern [Part 1]
มุมมอง 1012 ชั่วโมงที่ผ่านมา
🎯 Master Nesting For Loops in C Programming with Pattern Printing!🖥️ In this video, I explain the concept of nested for loops in C programming and demonstrate how they work through engaging pattern-printing examples. This tutorial is perfect for beginners who want to understand the logic behind nested loops and take their programming skills to the next level. 🔑Topics Covered in This Video: 1️⃣U...
VISUAL STUDIO SETUP FOR C AND C++
มุมมอง 6712 ชั่วโมงที่ผ่านมา
🚀 How to Install and Code with Visual Studio Code for C & C on Windows 🖥️ In this video, I guide you step-by-step on how to set up Visual Studio Code (VS Code) for writing, compiling, and running C & C programs on a Windows system. Whether you're a beginner or looking for a lightweight editor to boost your productivity, this tutorial will help you get started quickly! 🔑 Topics Covered in This V...
Lecture 25. C Programming || Understanding Jump Statements in C Programming || Break, Continue, Goto
มุมมอง 1216 ชั่วโมงที่ผ่านมา
In this video, I dive deep into the concept of jump statements in C programming, which allow you to alter the normal flow of execution in your programs. This tutorial covers the following: Break Statement: How to use break to exit loops prematurely. Practical example: Finding the first multiple of a number in a range. Continue Statement: How to skip the current iteration of a loop and proceed t...
Lecture 26. C Programming || 1-d Array
มุมมอง 3419 ชั่วโมงที่ผ่านมา
n this tutorial, I provide a complete introduction to 1-D arrays in C programming, focusing on their declaration, initialization, and practical usage. This video is perfect for beginners looking to build a solid foundation in arrays. Topics Covered in This Video: 1️⃣ Declaring and initializing a 1-D array with examples. 2️⃣ Accessing elements of the array using their index. 3️⃣ Using a loop to ...
Lecture 24. C Programming || while vs do-while loop
มุมมอง 721 ชั่วโมงที่ผ่านมา
In this tutorial, I dive into the essentials of while and do-while loops in C programming, helping you understand their syntax, differences, and practical use cases. Loops are an essential part of programming, and choosing the right type of loop can make your code more efficient and logical. Topics Covered in This Video: 🔹 Basic syntax of the while and do-while loops, explained step by step. 🔹 ...
Lecture 23 - C Programming || Mastering in for loop
มุมมอง 17วันที่ผ่านมา
In this video, I dive deep into the `for` loop in C programming and explore how its structure can be customized for different scenarios. We’ll break away from the traditional usage and discuss how to write loops without certain components like initialization , condition , or updation while still ensuring functionality and control over the loop. What You'll Learn: 🔹 How to write a `for` loop wit...
Lecture 22. C Programming || Introduction to Looping Statement
มุมมอง 29วันที่ผ่านมา
In this tutorial, I explain the importance of looping statements in programming and how they help in reducing repetitive code. Specifically, I focus on the for loop in C programming, a powerful and versatile loop structure. What You'll Learn: 🔹 Why do we need looping statements in programming? 🔹 The structure of a for loop: Initialization, Condition, and Updation. 🔹 Different ways to initialize...
Lecture 21. C Programming || Conditional Operator || Ternary Operator
มุมมอง 6วันที่ผ่านมา
Welcome to this comprehensive tutorial on the Conditional Operator in C programming! 🌟 In this video, I’ve explained the working of the conditional operator (?:), a powerful tool for writing concise conditional logic in your programs. We’ll start with the basic syntax, followed by the concept of nested conditional operators, and discuss their limitations in certain scenarios. What You'll Learn:...
Lecture 20. C Programming || switch-case Statement
มุมมอง 39วันที่ผ่านมา
In this video, I provide a comprehensive explanation of the switch-case statement in C programming. This is a powerful control structure used for multi-way branching, and I cover everything you need to know to master it! 🔑 Topics Covered: The syntax of the switch-case statement. The importance and purpose of the break statement to control execution flow. Key differences between switch-case and ...
Lecture 19 - C Programming || Finding a type of Character using Nested if-else
มุมมอง 18วันที่ผ่านมา
In this lecture, we explore the nesting of if-else statements in C programming with a comprehensive and practical example! 🌟 You'll learn how to: Use nested if-else to test and categorize a character input. Determine if a character is an alphabet, digit, or special character. Further classify alphabets into uppercase and lowercase, and identify if they are vowels or consonants. This tutorial pr...
Lecture 18. C Programming || if else Nesting [PART - 1]
มุมมอง 12วันที่ผ่านมา
In this video, we delve into the nested if-else statement in C programming! 🚀 You'll learn: - The syntax of nested if-else and how it works. - How to use nesting to handle complex decision-making scenarios efficiently. - A step-by-step demonstration of finding the largest of three numbers using a nested if-else structure. This tutorial is perfect for beginners looking to strengthen their unders...
Lecture 17. C Programming || If-else statement [PART-2]
มุมมอง 11414 วันที่ผ่านมา
Lecture 17. C Programming || If-else statement [PART-2]
Lecture 16. C Programming || Working with if-else statement [PART - 1]
มุมมอง 514 วันที่ผ่านมา
Lecture 16. C Programming || Working with if-else statement [PART - 1]
Lecture 15. C Programming || Logical Operators || Short Circuit Behavior
มุมมอง 2014 วันที่ผ่านมา
Lecture 15. C Programming || Logical Operators || Short Circuit Behavior
Lecture 14. C Programming || Relational Operator Precedence and Associativity
มุมมอง 1014 วันที่ผ่านมา
Lecture 14. C Programming || Relational Operator Precedence and Associativity
Lecture 13. C Programming || Working of Relational Operators
มุมมอง 1314 วันที่ผ่านมา
Lecture 13. C Programming || Working of Relational Operators
Lecture 12. C Programming || Bool Data Type
มุมมอง 2014 วันที่ผ่านมา
Lecture 12. C Programming || Bool Data Type
Lecture 11. C Programming || Operator Precedence & Associativity
มุมมอง 3714 วันที่ผ่านมา
Lecture 11. C Programming || Operator Precedence & Associativity
Lecture - 10. C Programming || Arithmetic Binary Operators
มุมมอง 1214 วันที่ผ่านมา
Lecture - 10. C Programming || Arithmetic Binary Operators
Lecture 9 - C Programming || Arithmetic Unary Operators
มุมมอง 2014 วันที่ผ่านมา
Lecture 9 - C Programming || Arithmetic Unary Operators
Lecture 8. C programming || Mastering printf( ) in C Programming
มุมมอง 3214 วันที่ผ่านมา
Lecture 8. C programming || Mastering printf( ) in C Programming
Lecture 7. C Programming || Taking Input using scanf( ) and getchar( )
มุมมอง 6114 วันที่ผ่านมา
Lecture 7. C Programming || Taking Input using scanf( ) and getchar( )
Lecture 4. C Programming Tutorial: Type Casting, int & char Ranges, and Value Printing
มุมมอง 5121 วันที่ผ่านมา
Lecture 4. C Programming Tutorial: Type Casting, int & char Ranges, and Value Printing
Lecture 3. C Programming || Data Types || sizeof || Naming Convention || Variable and Constants
มุมมอง 2021 วันที่ผ่านมา
Lecture 3. C Programming || Data Types || sizeof || Naming Convention || Variable and Constants
Lecture - 1. C Programming || System Setup || Basic Programming Structure
มุมมอง 11321 วันที่ผ่านมา
Lecture - 1. C Programming || System Setup || Basic Programming Structure
SIR GREAT INITIATIVE
Thanks
First view..😊
it just doesn't start debugging and runs the program in the ordinary form and non of lines won't become blue or any watched variables change. It just writes on the left side bar 'Not foundin current context' in front of every watched variables. I don't know what to do!!
Dear Learner if it is not work with dev c++ old version you can try with online gdb compiler. Here is the link: th-cam.com/video/d3_5Wdax0qg/w-d-xo.htmlsi=BlLwuizhGtI7znJX
@@learnprogam tanks a lot for your answer❤❤. But I have already configed the VS code and I am using that.
hello brother when i did all the things correctly then also the red lines doesn't gone
Add the jar file as user library
I love constants. Liked and commented
Check the description for module path setup along with link for downloading the jar files
L 🤣(from death note is here)
Thank you so much🫶🏻🫶🏻
Wasted a lot of time watching this video in order to find something new. But nothing. Everything are from books. No need to make a long video. Do some other productive work.
th-cam.com/video/2kZUURfLodk/w-d-xo.htmlsi=6SMTlC2-77C1qfEV
Teacher, you don't even understand how to use %d with integer
thank you!
sir please upload videos of functions unit 3
Introduction to function in C programming in added to the playlist th-cam.com/video/ac0dSDu7zPs/w-d-xo.html
Nice
vaw.fyi lovely
Good and effective.
U started it from the beginning 🙏 thankyou sir it'll help us a lot♥️
Thanks for your comments.
Thanking you! Sir.
Most welcome!. See new videos are added to the palylist.
Nyc 💙 experience
Nice Bro, great content.. keep it up. What do you think about collaboration. My personal choice is also C++
Will do. Let me build other contents. My materials will target the graduate students and students looking for placements.
@@learnprogam well, I am currently intermediate student, aspiring to opt CSE.. Currently I'm targeting 11th & 12th students
@@CodeDecipher Good. Keep it up. It will also help you to learn C++ in detail.
Gotham Sir output was not coming
Can you please share a screenshot of the program?
@@learnprogam sir how to share in this channel. If u want to keep the screen shot I will share through lpu live
@@sujanboddeda7896 OKAY
The emulator of all consoles, along with games in one android application th-cam.com/video/e0LcWM-W22g/w-d-xo.html
Keep the link inside the description sir...
Done. You can check now.
Nice exploring