#cprogramming
00:37 - components of computer
04:54 - various types of memory(RAM & ROM)
07:06 - COMPUTER LANGUAGES
09:33 - operating systems and types of OS
13:14 - types of number system
16:21 - number system conversions
21:15 - introduction to c programming(complete c basics printf,main function, int main, void main)
31:25 - variables, rules for variables, data types, format specifiers and ( introduction to scanf )
43:23 - creating compiling and executing a program in c
44:48 - software development life cycle
47:05 - types of errors in c programming
49:37 various operators in c ( increment and decrement operator, arithmetic operator, relational operator, logical operator, bitwise operator, assignment operator, ternary operator)
01:10:11 - conditional statements in c ( if, if else, else if, switch, nested if statements)
01:22:52 - loops in c ( while loop, do while loop, for loop)
01:36:41 - break, continue, goto statements
01:43:58 - storage classes in c ( auto, static, extern, register storage classes) and scope and life time of a variable in c
01:50:07 - type conversion or type casting
01:53:24 - c program to check number is even or odd
01:54:32 - expressions in c ( precedence and associativity )
01:57:08 - command line arguments in c ( argc and argv )
pps ( c language ) complete subject video ( 5 units );
MY INSTAGRAM ID :
https://instagram.com/nagendra....sai_chennuri?igshid=
pps ( c language ) complete subject video ( 5 units );
https://www.youtube.com/watch?v=uwtti8B-BmM
C LANGUAGE SUBJECT NOTES :
https://drive.google.com/file/....d/1Rk89qW8fs4-wdTwZv
complete pps ( c language ) subject playlist is given below:
https://www.youtube.com/watch?v=v_RYdA4oLWI&list=PLERZXVMwiajo9Wew4lopIXZgfgj6SbBzp
Complete DATA MINING SUBJECT Tutorials IS AVAILABLE IN BELOW PLAYLIST :
https://www.youtube.com/watch?v=JQ0j_aoIOIE&list=PLERZXVMwiajp7_9-1f0-vhUNtXmc62xxB
Complete DESIGN AND ANALYSIS OF ALGORITHMS(DAA)SUBJECT LECTURES IS AVAILABLE IN BELOW PLAYLIST :
https://youtube.com/playlist?l....ist=PLERZXVMwiajpac_
complete web technologies tutorials is available in below link:
https://www.youtube.com/watch?v=iZkI3Su4nZA&list=PLERZXVMwiajpCF7CnED9JZJSDdXIVKX34
COMPLETE DATA STRUCTURES AND ADVANCED ALGORITHMS LECTURES :
https://www.youtube.com/watch?v=Y-8YjlaQhNI&list=PLERZXVMwiajoQ6BgB6PkmFq6g6Mnrm6uM
#conditionalstatements#loops#whileloop#dowhileloop#forloop#clanguage#cprogramming#btechc#conditionalstatementsinc#loopsinc#whileloopinc#dowhileloopinc#forloopinc#ifstatement#ifelsestatement#elseifstatement#switchstatement#nestedifstatement#ifstatementinc#ifelsestatementinc#elseifstatementinc#switchstatementinc#nestedifstatementinc#btech#cse#jntuh#r18#cse#c#differencebetweenwhileanddowhileloop#numbersystem#numbersystemconversion#binarynumbersystem#octalnumbersystem#decimalnumbersystem#hexadecimalnumbersystem#binarytooctal#binarytodecimal#binarytohexadecimal#octaltobinary#octaltodecimal#octaltohexadecimal#decimaltooctal#decimaltobinary#decimaltohexadecimal#hexadecimaltobinary#hexadecimaltodecimal#hexadecimaltobinary#introductiontocprogramming#introductiontoc#introductiontoclanguage#headerfilesinc#stdio.h#conio.h#voidmain#intmain#mainfunction#printf#scanf#variables#variablerules#rulestodeclarevariable#datatypes#int#char#float#primarydatatypes#formatspecifiers#escapesequences#/t#/n#operatorsinc#operators#incrementoperator#decrementoperator#arithmeticoperator#relationaloperator#logicaloperator#bitwiseoperator#assignmentoperator#ternaryoperator#unaryoperator#binaryoperatorinc#softwaredevelopmentlifecycle#sdlc#programdevelopmentlifecycle#programdevelopmentprocess#applicationdevelopmentlifecycle#creatingcompilingexecutingaprogram#cprogramcreation#cprogramcompilation#errorsinc#cerrors#typesoferrorsinc#programmingerrorsinc#breakstatementinc#continuestatementinc#gotostatementinc#cprogramfortablesbyusinggotostatement#break#continue#goto#clanguage#pps#btechcse#programmingforproblemsolving#breakstatementinc#gotostatementinc#continuestatementinc#typesofoperatingsystem#operatingsystem#memory#typesofmemory#computerlanguages#highlevellanguage#lowlevellanguage#translator#compiler#interpreter#computercomponents#componentsofcomputer#softwarecomponents#hardwarecomponents#pps#clanguage#cprogramming#programmingforproblemsolving#jntuh#btech#operatingsystem#typesofoperatingsystem#cse#notes#clanguagenotes#typeconversion#typecasting#implicittypeconversion#implicittypecasting#explicittypeconversion#explicittypecasting#cexpressions#expressionsinc#precedence#associativity#cprogramforevenorodd#evenoroddcprogramcommandlineargumentsinc#commandlinearguments#clanguage#pps#programmingforproblemsolving#argumentcount#argumentvector#cprogramforcommandlinearguments#cprogramming#c#jntuh#btech#cse#storageclasses#pps#programmingforproblemsolving#clanguage#autostorageclass#staticstorageclass#externstorageclass#registerstorageclass#scopeandlifetimeofavariable#scope#lifetime#variable#localvariable#globalvariable
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
🚀 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
#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
#20 C Multidimensional Arrays | C Programming For Beginners
In this video, we will learn to work with multidimensional arrays. We will start by understanding the declaration, initialization, and accessing each element of a multidimensional array. Then, we will try out many examples like matrix multiplication programs to make the concept clearer. So, watch the video till the end to have a better understanding.
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-multi-di
Timestamps:
00:00 Start
00:20 C Multidimensional Arrays
00:39 Declaration multidimensional array
01:17 Initialization of multidimensional array
02:49 Access Array Elements
04:57 Change Array Indexes
06:56 Multidimensional Array and for loop
10:14 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
Website: https://www.programiz.com
Twitter: https://twitter.com/programiz
#programiz #multidimensionalarrays #cprogramming #learnc #array #multidimensionalarrayinc #arrays #c
#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
#19 C Arrays | C Programming For Beginners
In this video, you will learn about array in C Programming. You will learn to declare, initialize and access elements of an array with the help of examples. In addition to that you will have clear concept on using array with loops and index out of bound errors that you may face while using an array.
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-arrays
Timestamps:
00:00 Start
00:18 C Arrays
00:51 Syntax for array declaration
01:46 Assign Value to Array
03:23 Array index
05:33 Assign Values using index number
07:58 Change Array Elements
09:09 Loop and Array
11:32 Index Out of bound Error
12:28 Programming Task
13:07 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:
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Website: https://www.programiz.com
Twitter: https://twitter.com/programiz
#programiz #carray #cprogramming #learnc #array #loop
Step by step video tutorials to learn C Programming for absolute beginners!
In this video, we will have a look at implicit and explicit type conversions in C. We'll learn about the data type hierarchy and also see examples of these conversions.
~
Run C Online: https://www.programiz.com/c-pr....ogramming/online-com
Programs in this video: https://github.com/programiz/c....-youtube/blob/master
C Tutorial (text-based tutorial): https://www.programiz.com/c-programming
Watch our videos and revise them with our C App!
Download here for Android: https://bit.ly/3upaInx
Download here for iOS: https://apple.co/3EZLtNq
Timestamps:
0:00 Start
05:21 Explicit Type Conversion
09:17 Quiz
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
Twitter: https://twitter.com/programiz
#learncprogramming #programiz #typeconversioninc #cprogramming #implicit #programming #explicit #datatype #datatypehierarchy #typeconversion #learnc #coding
#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
Step by step video tutorials to learn C Programming for absolute beginners!
In this video, we will learn about variables. More specifically, we will learn how to create variables and store data in them so that we can use them later in our program. Finally, we will learn to give good variable names so that our code is easier to understand.
~
Run C Online: https://www.programiz.com/c-pr....ogramming/online-com
Programs in this video: https://github.com/programiz/c....-youtube/blob/master
C Variables (text-based tutorial): https://www.programiz.com/c-pr....ogramming/c-variable
Watch our videos and revise them with our C App!
Download here for Android: https://bit.ly/3upaInx
Download here for iOS: https://apple.co/3EZLtNq
Timestamps:
0:00 Start
2:00 Printf() function
3:54 Change value of variables
5:27 Assign variable to another variable
6:55 Declaring Multiple variables at Once
7:54 Variable Naming Conventions
Find Programiz elsewhere:
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/prog...
Website: https://www.programiz.com
#c #cprogramming #learnprogramming #programiz #variables #learnc
Step by step video tutorials to learn C Programming for absolute beginners!
In this video, we will introduce you to the exciting world of C programming. We will see why C is a good choice for beginners to start their programming journey. Then, we will create our first C program.
~
Run C Online: https://www.programiz.com/c-pr....ogramming/online-com
Programs in this video: https://github.com/programiz/c....-youtube/blob/master
C Tutorials (text-based): https://www.programiz.com/c-programming
Watch our videos and revise them with our C App!
Download here for Android: https://bit.ly/3upaInx
Download here for iOS: https://apple.co/3EZLtNq
Timestamps:
0:00 Start
0:24 What is C programming?
1:50 Should you learn C?
2:43 How to run a C Program?
3:34 Writing our first C program
Find Programiz elsewhere:
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/prog...
Website: https://www.programiz.com
#c #learnc #cprogramming #learnprogramming #programiz #helloworld
#18 C Recursion | C Programming For Beginners
In this video, we will learn about the recursion in C Programming. More specifically, we will learn about the function that calls itself i.e recursive function. In our past videos, we have already learned about functions so checkout the video of functions in C before you dive into this topic.
C Funtions Video link: https://youtu.be/Npo1u37lcg8
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-recursio
Timestamps:
00:00 Start
00:18 C Recursion
01:52 Example: C Recursion
4:38 Programming Task
5:21 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:
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Website: https://www.programiz.com
Twitter: https://twitter.com/programiz
#programiz #learncprogramming #learnc #recusivefunctions #function #recursion #cprogramming #cprogrammingforbeginners #coding
#17 C Standard Library Functions | C Programming For Beginners
In this video, we will learn about standard library functions in C Programming. More specifically, we will learn what are they, the different library functions in C, and how to use them in our program.
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/library-fu
Timestamps:
00:00 Start
00:27 C Standard Library Functions
01:48 math Header File
02:19 sqrt function
03:34 cbrt function
06:11 ctype Header File
08:31 Benefits of Standard Library Functions
09:19 Programming Task
10:00 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:
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Website: https://www.programiz.com
Twitter: https://twitter.com/programiz
#programiz #learncprogramming #learnc #libraryfunctions #functions #standardfunction #cprogramming #cprogrammingforbeginners
#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
Step by step video tutorials to learn C Programming for absolute beginners!
In this video, we will be learning about data types in C. More specifically, we will learn about the int, float, double, and char data types and how to use them. And we will also learn to find the size of each data type.
~
Run C Online: https://www.programiz.com/c-pr....ogramming/online-com
Programs in this video: https://github.com/programiz/c....-youtube/blob/master
C Data Types (text-based tutorial): https://www.programiz.com/c-pr....ogramming/c-data-typ
Watch our videos and revise them with our C App!
Download here for Android: https://bit.ly/3upaInx
Download here for iOS: https://apple.co/3EZLtNq
Timestamps:
0:00 Start
0:59 Different Data Types
1:14 Data Type: int
2:59 Data Type: float and double
7:26 Data Type: char
8:59 sizeof() Operator
Find Programiz elsewhere:
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/prog...
Website: https://www.programiz.com
#programiz #learncprogramming #learnprogramming #datatypes #learnc #cprogrammingforbeginners #c #cprogramming
#15 C Functions | C Programming for Beginners
In this video, we will learn about functions to divide our program into small blocks of codes. We will try out examples using Function Parameters. And we will discuss return types and Function Prototype. We will also learn different types of Standard Library Functions available 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 Functions Tutorial (text-based tutorial): https://www.programiz.com/c-pr....ogramming/c-function
Timestamps:
00:00 Start
00:18 C Functions
01:06 Syntax of Function
04:55 Function Parameters
05:23 Create a function with parameter
09:42 Return Type
12:44 Function Prototype
14:18 Standard Library Function
16:12 main Function
16:33 programming task
17:01 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:
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Website: https://www.programiz.com
Twitter: https://twitter.com/programiz
#programiz #cfunctions #cprogramming #learnc #functions #cfunction #returntype #learncprogramming #functionsinc
#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