Những video mới nhất
Boolean (sometimes shortened to Bool) is a data type that stores TRUE or FALSE data values as a single byte.
🔥 Want to learn Python, the right way? Get my interactive Python course: https://bit.ly/right-python
In this video, we will learn about the boolean data type in Python that represents either True or False. After that, we will cover comparison operators that allow us to compare two values. Finally, we will learn about logical operators that operate on two boolean values.
~
Run Python Online: https://www.programiz.com/pyth....on-programming/onlin
Programs in this video: https://github.com/programiz/p....ython-course/blob/ma
Watch our videos and revise them with our Python App!
Download here for Android: https://bit.ly/learn-python-android
Download here for iOS: https://apple.co/3iPm6Sx
Timestamps:
0:00 Intro
0:28 Boolean Data Type
1:19 Comparison Operator
2:45 Different Comparison Operators
5:31 Logical Operators
8:20 Programming Task
8:37 Recap
Find Programiz elsewhere:
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Website: https://www.programiz.com
-------------------------------------------------
Python Booleans (Comparison & Logical Operators) #6
#python #learnprogramming #programiz #pythonbooleans #comparisonoperators
Operators are special symbols in Python that carry out arithmetic or logical computation. The value that the operator operates on is called the operand.
🔥 Want to learn Python, the right way? Get my interactive Python course: https://bit.ly/right-python
In this video, we will learn Python operators to perform arithmetic operations such as addition, subtraction, multiplication, etc. on values and variables. We will also learn more about assignment operators. Finally, we will create a program to find the amount after the discount.
~
Run Python Online: https://www.programiz.com/pyth....on-programming/onlin
Programs in this video: https://github.com/programiz/p....ython-course/blob/ma
Python Operators (text-based tutorial): https://www.programiz.com/pyth....on-programming/opera
Watch our videos and revise them with our Python App!
Download here for Android: https://bit.ly/learn-python-android
Download here for iOS: https://apple.co/3iPm6Sx
Timestamps:
0:00 Intro
0:51 Arithmetic Operations
5:46 Concatenate Two Strings
6:30 More Assignment Operators
8:25 Implementing what we learned
9:48 Programming Task
10:30 Recap
Find Programiz elsewhere:
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Website: https://www.programiz.com
-------------------------------------------------
Operators in Python #5
#python #learnprogramming #programiz #pythonoperators
Comments are descriptions that help programmers better understand the intent and functionality of the program.
🔥 Want to learn Python, the right way? Get my interactive Python course: https://bit.ly/right-python
This video covers the essentials of Python comments. We will also learn to use comments to prevent the execution of certain code blocks temporarily for debugging purposes. We will finally discuss why comments are important while writing code.
~
Run Python Online: https://www.programiz.com/pyth....on-programming/onlin
Programs in this video: https://github.com/programiz/p....ython-course/blob/ma
Python Comments (text-based tutorial): https://www.programiz.com/pyth....on-programming/comme
Watch our videos and revise them with our Python App!
Download here for Android: https://bit.ly/learn-python-android
Download here for iOS: https://apple.co/3iPm6Sx
Timestamps:
0:00 Intro
0:16 Python Comments
1:49 Prevent Executing Code Using Comments
3:38 Python Multiline Comments
6:08 Why are Comments Important?
7:10 Recap
Find Programiz elsewhere:
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Website: https://www.programiz.com
-------------------------------------------------
Python Comments (How to Create and Use Comments?) #4
#python #learnprogramming #programiz #pythoncomments
The Python input() function takes input from the user in string format and returns it.
🔥 Want to learn Python, the right way? Get my interactive Python course: https://bit.ly/right-python
In this video, we will learn to convert these input values to integers and floating-point numbers using int() and float() functions.
~
Run Python Online: https://www.programiz.com/pyth....on-programming/onlin
Programs in this video:https://github.com/programiz/p....ython-course/blob/ma
Python Input and Output (text-based tutorial): https://www.programiz.com/pyth....on-programming/input
Watch our videos and revise them with our Python App!
Download here for Android: https://bit.ly/learn-python-android
Download here for iOS: https://apple.co/3iPm6Sx
Timestamps:
0:00 Introduction
0:51 Take input from the user
2:49 Check the type of user input
4:25 Convert strings to integers and floats
6:31 Non-numeric strings to numbers
7:25 Recap
Find Programiz elsewhere:
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Website: https://www.programiz.com
-------------------------------------------------
How to Take User Input in Python? #3
#python #learnprogramming #programiz #pythoninput
The print() function prints the given object to the standard output device (screen) or to the text stream file.
🔥 Want to learn Python, the right way? Get my interactive Python course: https://bit.ly/right-python
This video also covers a concept called variables that allows us to store data so that we can use them later in our program. Here, we will learn to print variables and give good variable names so that our code is easier to understand.
~
Run Python Online: https://www.programiz.com/pyth....on-programming/onlin
Programs in this video: https://bit.ly/python-variables-programs
Python Variables (text-based tutorial): https://www.programiz.com/pyth....on-programming/varia
Watch our videos and revise them with our Python App!
Download here for Android: https://bit.ly/learn-python-android
Download here for iOS: https://bit.ly/learn-python-ios
Timestamps:
0:00 Start
0:30 How to print strings?
1:34 How to print numbers (integers and floating-point numbers)?
2:55 Variables in Python
4:29 Change variable values
6:01 Assigning numeric data to variables
7:07 Print more than one data in a single print() function
9:04 How to give good variable names?
10:27 Recap on what we learned
Find Programiz elsewhere:
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz/
Website: https://www.programiz.com/
-------------------------------------------------
Python Print Values & Variables in Python #2
#python #learnprogramming #programiz
Python is a powerful general-purpose programming language. It is used in web development, data science, creating software prototypes, and so on.
🔥 Want to learn Python, the right way? Get my interactive Python course: https://bit.ly/right-python
In this video, we will see why Python is a good choice for beginners to start their programming journey. Then, we will create our first Python program.
~
Run Python Online: https://www.programiz.com/pyth....on-programming/onlin
Programs in this video: https://github.com/programiz/p....ython-course/blob/ma
Python Tutorials (text-based): https://www.programiz.com/python-programming
Watch our videos and revise them with our Python App!
Download here for Android: https://bit.ly/learn-python-android
Download here for iOS: https://apple.co/3iPm6Sx
Timestamps:
0:00 Start
0:37 Why Python is a good choice for beginners?
1:18 Python applications
2:15 Writing our first Python program
Find Programiz elsewhere:
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz
LinkedIn: https://www.linkedin.com/company/programiz
Website: https://www.programiz.com
Run Python on your computer: https://thonny.org
What is Python? (Python Tutorial for Beginners) #1
#python #learnprogramming #programiz
Learn the fundametnals of MATLAB in this tutorial for engineers, scientists, and students. MATLAB is a programming language and software suite used for data analysis, scientific computing, and visualization that is widely used in academia and industry.
✏️ Course from Phillip Parisi. Check out his channel: https://youtube.com/c/philsbeginnercode
This course on Phillip's channel: https://youtu.be/EtUCgn3T9eE
⭐️ MATLAB Cheat Sheet ⭐️
Functions You Should Know https://youtu.be/vqWCUuDs8vw
PDF of All the Basics https://philparisi.weebly.com/code.html
⭐️ Install Matlab ⭐️
Windows https://youtu.be/UShLTO57Yp8
Ubuntu Install https://youtu.be/ZNHJkCo5sOc
⭐️ Contents ⭐️
⌨️(0:00:00) Intro
⌨️(0:00:19) MATLAB IDE
⌨️(0:01:33) Variables & Arithmetic
⌨️(0:14:19) Matrices, Arrays, & Linear Algebra
⌨️(0:24:54) The Index
⌨️(0:31:16) Example 1 - Equations
⌨️(0:45:09) Anonymous Functions
⌨️(0:47:57) Example 2 - Plotting
⌨️(1:05:29) Example 3 - Logic
⌨️(1:20:24) Example 4 - Random & Loops
⌨️(1:26:07) Sections
⌨️(1:28:20) For Loops
⌨️(1:40:09) Calculation Time
⌨️(1:42:57) Naming Conventions
⌨️(1:45:09) File Naming
⌨️(1:45:54) While Loop
⌨️(1:50:16) Custom Function
⌨️(1:56:47) Have a good one ;)
🎉 Thanks to our Champion and Sponsor supporters:
👾 Nattira Maneerat
👾 Heather Wcislo
👾 Serhiy Kalinets
👾 Erdeniz Unvan
👾 Justin Hual
👾 Agustín Kussrow
👾 Otis Morgan
--
Learn to code for free and get a developer job: https://www.freecodecamp.org
Read hundreds of articles on programming: https://freecodecamp.org/news
❤️ Support for this channel comes from our friends at Scrimba – the coding platform that's reinvented interactive learning: https://scrimba.com/freecodecamp
📢 Learn SOLIDWORKS in Just 12 Hours! 🚀
This Complete SOLIDWORKS 3D CAD Course covers everything from basic to expert level, making it ideal for mechanical engineers, students, and professionals. Whether you're a beginner or looking to upgrade your skills, this course provides hands-on training for part modeling, assemblies, sheet metal, rendering, and simulation.
📌 Who Should Watch This Course?
✅ Mechanical Engineers & CAD Designers
✅ Students & Professionals Seeking Industry-Level CAD Skills
✅ Anyone Preparing for SOLIDWORKS Certification
📢 Looking for Hands-On Training & Certification? Contact Us!
📧 Email: career@4di.in
📞 Call/WhatsApp: +91 9168444457
💬 Have questions? Drop a comment below!
🔔 Like, Share & Subscribe for more CAD tutorials!
🌐 Follow Us for More CAD & 3D Design Tutorials:
✅ Website: www.4di.in
📷 Instagram: https://www.instagram.com/4dimensions_infotech
📘 Facebook: https://www.facebook.com/profi....le.php?id=1000925860
🔗 LinkedIn: https://www.linkedin.com/compa....ny/4dimensions-infot
Disclaimer:
Some images, notes, and other reference materials used in this video are sourced from third-party platforms or public domains. All rights and copyrights belong to their respective owners. We do not claim ownership of any such content and use it strictly for educational and informational purposes under the Fair Use policy. If you are a copyright holder and believe your content has been used inappropriately, please contact us directly for prompt action.
🤩Grab Some Popcorn and Enjoy More Animations on WeTV App Now: https://lihi.cc/vkG7H
✨Swallowed Star EP 151 [MULTI SUB]
【Synopsis】On Earth, a catastrophe triggered the variation of all kinds of species. The superior survived and the inferior were extinct. Under this circumstance, Luo Feng inherited from the owner of Yunmo Star and became one of the three strongest people on Earth. He lost his flesh during the fight against giant swallowed monster but then he took the flesh of the monster. In the flesh, he developed a human body. Later, he stepped out of the Earth and headed to the universe.
🔒Subscribe here🔒
Anime Box👉https://bit.ly/3CwCu6u
#animebox #swallowedstar #anime #吞噬星空
🚀 Loved the tutorial? Take it further with Programiz PRO!
Refine your skills, conquer coding fears, and build confidence with interactive lessons, quizzes, and challenges. Strengthen your programming foundation and master C today!
👉Start Here: https://bit.ly/c-master
This C Programming course for beginners will teach you all the concepts of C Programming, step-by-step. And by the end, you will become a C programmer ready to create amazing projects.
Online C Compiler: https://www.programiz.com/c-pr....ogramming/online-com
Programming Tasks Solution: https://github.com/programiz/c-youtube
📖 Content
---------------------------------------------------
0:25 - Introduction to C Programming
5:05 - C Variables and Constants
14:19 - Data types in C
23:39 - Take Input and Print Output in C Programming
30:35 - Comments in C Programming
37:18 - Operators in C
48:16 - Type conversion
57:34 - C Booleans and Comparison Operators
1:11:10 - if else Statements
1:23:20 - Ternary operator
1:29:02 - Switch Statement
1:39:45 - while Loop
1:51:29 - for Loop
2:01:31 - break and continue Statement
2:11:03 - Functions in C
2:27:54 - Variable Scope and Storage Class
2:31:44 - C Standard Library Functions
2:41:01 - Recursion
2:46:08 - Arrays
2:58:37 - Multidimensional Arrays
3:08:52 - String
3:18:02 - String Functions
3:27:01 - Pointers
3:37:03 - Pointers and Arrays
3:45:52 - Pointers and function
3:55:17 - Struct
4:08:14 - enum
4:15:15 - Dynamic memory allocation
4:26:37 - File handling
4:37:34 - Preprocessor and Macros
Find Programiz elsewhere:
Programiz PRO: https://programiz.pro/
Website: https://www.programiz.com
Connect with us 👋
---------------------------------------------------
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Twitter: https://twitter.com/programiz
Discord: https://discord.gg/d4gAS458ZZ
▬▬▬▬▬▬ S P E C I A L O F F E R 🎉 ▬▬▬▬▬▬
Want to get hands-on experience with C Programming?
Learn to code in C by writing code yourself. Here's how it works:
► Learn a programming concept
► Solve quizzes and challenges related to it
► Create projects (guessing game, rock paper scissors, etc.) at the end of the course
► Try 100+ challenges for further practice
Course link: https://bit.ly/learncprogramming
Discount Code: YOUTUBE50 (50% OFF)
---------------------------------------------------
C Programming Full Course for Beginners - Learn C in 2022
#programiz #ctutorial #fullcprogramming #cprogramming #learnprogramming #ctutorials #coding
#30: Preprocessor and Macros | C Programming for Beginners
In this video, we will learn about preprocessors and macros. We have been using preprocessor in all our programs. Similarly, we will learn about macros, macros are a piece of code that is given some name. For example, #define PI 3.1415, here PI is a macro. So, from this video, you will know the exact meaning and use of preprocessor and macros with specific examples.
Sign Up to get 50% off with this link: https://app.programiz.pro/signup?utm_source=social&utm_medium=youtube
This video is a part of our C Programming video series: https://www.youtube.com/watch?v=KnvbUiSxvbM&list=PL98qAXLA6aftD9ZlnjpLhdQAOFI8xIB6e
~
Resources:
C Online Compiler: https://www.programiz.com/c-pr....ogramming/online-com
Github File: https://github.com/programiz/c-youtube
C (title) Tutorial (text-based tutorial): https://www.programiz.com/c-pr....ogramming/c-preproce
Timestamps:
00:55 - #include Preprocessor
04:24 - #define Preprocessor
06:45 - Define Function Macros
07:59 - Programming Task
08:42 - Quiz
Revise your learning using our C App
Download here for Android: https://bit.ly/3upaInx
Download here for iOS: https://apple.co/3EZLtNq
Find Programiz elsewhere:
Programiz PRO: https://programiz.pro/
Website: https://www.programiz.com
Discord: https://discord.com/invite/programiz
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Twitter: https://twitter.com/programiz
#programiz #preprocessor #macros #c #include #define #cprogramming
#29: C File Handling | C Programming for Beginners
In this video, we will learn to work with files in C programming. More specifically, we will learn to perform file operations like read content from the file, write content to file.
In C programming, there are usually 3 steps involved while working with files:
1. Open a file
2. Perform File Operation
3. Close the file
We will learn all about the file handling with examples in the video.
Sign Up to get 50% off with this link: https://app.programiz.pro/signup?utm_source=social&utm_medium=youtube
This video is a part of our C Programming video series: https://www.youtube.com/watch?v=KnvbUiSxvbM&list=PL98qAXLA6aftD9ZlnjpLhdQAOFI8xIB6e
~
Resources:
C Online Compiler: https://www.programiz.com/c-pr....ogramming/online-com
Github File: https://github.com/programiz/c....-youtube/blob/master
C (title) Tutorial (text-based tutorial): https://www.programiz.com/c-pr....ogramming/c-file-inp
Timestamps:
00:30 - Open a File
04:38 - Read File Content
07:00 - Closing File
08:02 - Write Content to File
11:30 - Programming Task
11:57 - Quiz
~
Revise your learning using our C App
Download here for Android: https://bit.ly/3upaInx
Download here for iOS: https://apple.co/3EZLtNq
Find Programiz elsewhere:
Programiz PRO: https://programiz.pro/
Website: https://www.programiz.com
Discord: https://discord.com/invite/programiz
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Twitter: https://twitter.com/programiz
#programiz #cprogramming #c #filehandling #readfile #closefile #write
#28: Dynamic Memory Allocation in C | C Programming for Beginners
In this video, we will learn about dynamic memory allocation in C programming. More specifically, we will learn to allocate and destroy memory addresses while running the C program. Dynamic memory allocation allows us to allocate memory dynamically. C provides 3 major functions to perform dynamic memory allocation: malloc(), realloc(), and free(). We will now learn about each one of them with examples.
Sign Up to get 50% off on PRO: https://app.programiz.pro/signup?utm_source=social&utm_medium=youtube
This video is a part of our C Programming video series: https://www.youtube.com/watch?v=KnvbUiSxvbM&list=PL98qAXLA6aftD9ZlnjpLhdQAOFI8xIB6e
~
Resources:
C Online Compiler: https://www.programiz.com/c-pr....ogramming/online-com
Github File: https://github.com/programiz/c....-youtube/blob/master
C (title) Tutorial (text-based tutorial): https://www.programiz.com/c-pr....ogramming/c-dynamic-
Timestamps:
01:13 - malloc() function
02:56 - free() function
08:11 - realloc() function
11:04 - Programming Task
11:50- Quiz
~
Revise your learning using our C App
Download here for Android: https://bit.ly/3upaInx
Download here for iOS: https://apple.co/3EZLtNq
Find Programiz elsewhere:
Programiz PRO: https://programiz.pro/
Website: https://www.programiz.com
Discord: https://discord.com/invite/programiz
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Twitter: https://twitter.com/programiz
#programiz #dynamicmemoryallocation #cprogramming #learncprogramming #codinginc
Enumerations(enums) in C | C Programming for Beginners
In this video, we will learn about enums in C Programming. We will learn to create variables of enum types and use them in the programs. We will also learn about enum constants that are internally represented as fixed integer values known as integral constants. We will try out many examples so watch this video to have a clear understanding of enums.
Sign Up to get 50% off with this link: https://app.programiz.pro/signup?utm_source=social&utm_medium=youtube
This video is a part of our C Programming video series: https://www.youtube.com/watch?v=KnvbUiSxvbM&list=PL98qAXLA6aftD9ZlnjpLhdQAOFI8xIB6e
~
Resources:
C Online Compiler: https://www.programiz.com/c-pr....ogramming/online-com
Github File: https://github.com/programiz/c....-youtube/blob/master
C (title) Tutorial (text-based tutorial): C enum (Enumeration) (programiz.com)
Timestamps:
00:16 - Enumeration in C
01:36 - Integral Constant
03:44 - Change value of Integral Constants
07:08 - Programming Task
07:47 - Quiz
~
Revise your learning using our C App
Download here for Android: https://bit.ly/3upaInx
Download here for iOS: https://apple.co/3EZLtNq
Find Programiz elsewhere:
Programiz PRO: https://programiz.pro/
Website: https://www.programiz.com
Discord: https://discord.com/invite/programiz
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Twitter: https://twitter.com/programiz
#programiz #cprogramming #enumerations #enum #integralconstant #learnprogramming
#26 C Struct | C Programming for Beginners
In this video, we will learn about struct in C programming. More specifically, we will learn to store related data together under a single name using struct. And we will also learn the use of an alias. Watch out for this video to have a clear understanding of struct in C programming.
Sign Up to get 50% off with this link: https://app.programiz.pro/signup?utm_source=social&utm_medium=youtube
This video is a part of our C Programming video series: https://www.youtube.com/watch?v=KnvbUiSxvbM&list=PL98qAXLA6aftD9ZlnjpLhdQAOFI8xIB6e
~
Resources:
C Online Compiler: https://www.programiz.com/c-pr....ogramming/online-com
Github File: https://github.com/programiz/c....-youtube/blob/master
C (title) Tutorial (text-based tutorial): https://www.programiz.com/c-pr....ogramming/c-structur
Timestamps:
0:16 - C Struct
07:35 - typedef in Struct
08:50 - Sum of Complex Numbers
12:38 - Programming Task
13:17 - Quiz
~
Revise your learning using our C App
Download here for Android: https://bit.ly/3upaInx
Download here for iOS: https://apple.co/3EZLtNq
Find Programiz elsewhere:
Programiz pro: https://programiz.pro/
Website: https://www.programiz.com
Discord: https://discord.com/invite/programiz
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Twitter: https://twitter.com/programiz
#programiz #struct #cprogramming #learnprogramming #typedef #alias
#25 C Pointers and Functions | C Programming For Beginners
In this video, we will learn to use Pointers and Functions together in C Programming. We'll learn to pass addresses and pointers as arguments to functions with the help of examples.
In C programming, it is also possible to pass addresses as arguments to functions. Let's learn all these in this video. To accept these addresses in the function definition, we can use pointers. It's because pointers are used to store addresses.
Sign Up to get 50% off with this link: https://app.programiz.pro/signup?utm_source=social&utm_medium=youtube
This video is a part of our C Programming video series: https://www.youtube.com/watch?v=KnvbUiSxvbM&list=PL98qAXLA6aftD9ZlnjpLhdQAOFI8xIB6e
~
Resources:
C Online Compiler: https://www.programiz.com/c-pr....ogramming/online-com
Github File: https://github.com/programiz/c-youtube
C (title) Tutorial (text-based tutorial): https://www.programiz.com/c-pr....ogramming/c-pointer-
Timestamps:
00:18 - C Pointes and Functions
02:28 - Find the square of a number
04:39 - Return Pointers from a Function
06:21 - Add two numbers
08:50 - Programming Task
09:44 - Quiz
~
Revise your learning using our C App
Download here for Android: https://bit.ly/3upaInx
Download here for iOS: https://apple.co/3EZLtNq
Find Programiz elsewhere:
Programiz PRO: programiz.pro
Website: https://www.programiz.com
Discord: https://discord.com/invite/programiz
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Twitter: https://twitter.com/programiz
#programiz #pointers #functions #pointersexample #functionexamples #cprogramming #learnc
#24 C Pointers and Arrays | C Programming For Beginners
In the last video, we learned about Pointers in C. We learned about working with memory addresses. Now, we will learn to use pointers to work with arrays. We will see examples to access elements using pointers and also to change array elements using pointers. So this video will be very helpful to understand the use of pointers and array with each other much more clearly.
Sign Up to get 50% off with this link: https://app.programiz.pro/signup?utm_source=social&utm_medium=youtube
This video is a part of our C Programming video series: https://www.youtube.com/watch?v=KnvbUiSxvbM&list=PL98qAXLA6aftD9ZlnjpLhdQAOFI8xIB6e
~
Resources:
C Online Compiler: https://www.programiz.com/c-pr....ogramming/online-com
Github File: https://github.com/programiz/c....-youtube/blob/master
C (title) Tutorial (text-based tutorial): https://www.programiz.com/c-pr....ogramming/c-pointers
Timestamps:
00:15 - C Pointers and Array
05:15 - Access array elements using pointer
06:43 - Change array elements using pointers
08:40 - Programming Task
09:34 - Quiz
~
Revise your learning using our C App
Download here for Android: https://bit.ly/3upaInx
Download here for iOS: https://apple.co/3EZLtNq
Find Programiz elsewhere:
Programiz PRO: programiz.pro
Website: https://www.programiz.com
Discord: discord.gg/programiz
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Twitter: https://twitter.com/programiz
#programiz #pointers #array #cprogramming #learnc #cpointers
#23 C Pointers | C Programming For Beginners
In this video, we will learn about Pointers in C Programming. We will learn to work directly with computer memory addresses with the help of pointers. We will find the differences between regular variable and a pointer. Then we will learn to access and change value using pointer.
Finally, we will make sure you won't make the common mistakes while working with pointers by guiding you the correct ways so watch this video to have clear concept on pointers.
This video is a part of our C Programming video series: https://www.youtube.com/watch?v=KnvbUiSxvbM&list=PL98qAXLA6aftD9ZlnjpLhdQAOFI8xIB6e
~
Resources:
C Online Compiler: https://www.programiz.com/c-pr....ogramming/online-com
GitHub File: https://github.com/programiz/c....-youtube/blob/master
C (title) Tutorial (text-based tutorial): https://www.programiz.com/c-programming/c-pointers
Timestamps:
00:17 - C Pointers
02:10 - Pointer Variables
04:20 - Access Value using Pointers
05:31 - Change Value using Pointers
07:11 - Common Mistakes in Pointers
09:58 - Programming Task
10:43 - Quiz
~
Revise your learning using our C App
Download here for Android: https://bit.ly/3upaInx
Download here for iOS: https://apple.co/3EZLtNq
Find Programiz elsewhere:
Programiz PRO: https://programiz.pro/
Website: https://www.programiz.com
Discord: https://www.discord.gg/programiz
~
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Twitter: https://twitter.com/programiz
#programiz #pointers #programiz #pointerexample #cprogramming #learnc #programming #cpointers #learncprogramming
#22 C String Functions | C Programming For Beginners
Previously, we learned about one of the frequently used concepts in programming: Strings, And came to know why they are used and how to use them in our programs.
C supports a large number of string handling functions in the standard library " string.h". Today, we will learn to manipulate various C string functions that are readily available for use. More specifically, we will focus on the 4 most important string functions that are used to perform different operations on strings.
This video is a part of our C Programming video series: https://www.youtube.com/watch?v=KnvbUiSxvbM&list=PL98qAXLA6aftD9ZlnjpLhdQAOFI8xIB6e
~
Resources:
C Online Compiler: https://www.programiz.com/c-pr....ogramming/online-com
Github File: https://github.com/programiz/c....-youtube/blob/master
C (title) Tutorial (text-based tutorial): https://www.programiz.com/c-pr....ogramming/string-han
Timestamps:
00:00 Start
00:28 C Strings
01:33 strlen() function
03:20 strcpy() function
05:02 strcat() function
06:32 strcmp() function
08:48 Programming Task
09:17 Quiz
~
Revise your learning using our C App
Download here for Android: https://bit.ly/3upaInx
Download here for iOS: https://apple.co/3EZLtNq
Find Programiz elsewhere:
Programiz pro: programiz.pro
Website: https://www.programiz.com
Discord: discord.gg/programiz
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Twitter: https://twitter.com/programiz
#programiz #cprogramming #stringfunctions #learnc #strings #function #libraryfunction #cstring #stringsinc
#21 C Strings | C Programming For Beginners
In this video, we will learn about strings in C. With many examples we will show you how to can create strings. Then we will learn to take String input and we will also show you how we can access and change each character of the string using indexes in C programming.
This video is a part of our C Programming video series: https://www.youtube.com/watch?v=KnvbUiSxvbM&list=PL98qAXLA6aftD9ZlnjpLhdQAOFI8xIB6e
~
Resources:
C Online Compiler: https://www.programiz.com/c-pr....ogramming/online-com
Github File: https://github.com/programiz/c....-youtube/blob/master
C (title) Tutorial (text-based tutorial): https://www.programiz.com/c-programming/c-strings
Timestamps:
00:00 Start
00:16 C Strings
02:45 String Input
05:58 Access Characters of a String
07:49 Change Characters of String
9:12 Programming Task
9:54 Quiz
~
Revise your learning using our C App
Download here for Android: https://bit.ly/3upaInx
Download here for iOS: https://apple.co/3EZLtNq
Find Programiz elsewhere:
Programiz pro: programiz.pro
Website: https://www.programiz.com
Discord: discord.gg/programiz
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Twitter: https://twitter.com/programiz
#programiz #cstrings #cprogramming #learnc #strings #array #index #cstring