49:25
A Complete Roadmap for Programming Foundation using C/C++ | C/C++ For Beginners | #OSOPCoding
OSOPCoding
39:57
Need of Computer, Data & Information | C/C++ | for beginners | CPP Tutorial | Placement - #Lecture1
40:06
Operating System | C/C++ for beginners | CPP Tutorial | Placement Basics - #Lecture2
43:43
System Software | Compiler | C/C++ for beginners | CPP Tutorial | Placement Basics - #Lecture3
36:41
Structure of C Program | C/C++ for beginners | CPP Tutorial | Placement Basics - #Lecture4
45:56
Constants & Variables | C/C++ for beginners | CPP Tutorial | Placement Basics - #Lecture5
38:25
Classification of C Data Types | C/C++ for beginners | CPP Tutorial | Placement Basics - #Lecture6
1:01:08
Integer Data Type & It's Range | C/C++ for beginners | CPP Tutorial | Placement Basics - #Lecture7
24:13
Float Data Type | C/C++ for beginners | CPP Tutorial | Placement Basics - #Lecture8
40:21
Character Data Type | C/C++ for beginners | CPP Tutorial | Placement Basics - #Lecture9
41:13
Arithmetic Operators | C/C++ for beginners | CPP Tutorial | Placement Basics - #Lecture10
59:28
First C Program Explanation | C for Beginners | C Tutorial | Placement Basics - #Lecture11
21:27
#Practical1 - Program for Addition of two numbers | Dealing with Errors | C/C++ Tutorials
40:53
Algorithm | Flowchart | C / C++ for Beginners | CPP Tutorial | Placement Basics - #Lecture12
22:51
Program for calculating Area of Circle | C/C++ for Beginners | CPP Tutorial - #Lecture13
17:05
Program for Converting Upper Case to Lower Case | C / C++ for Beginners | CPP Tutorial - #Lecture14
31:30
Types of Errors in C/C++ | C/C++ for Beginners | CPP Tutorial | Placement Basics - #Lecture15
15:32
Program for calculating Simple Interest | C/C++ for Beginners | CPP Tutorial - #Lecture16
16:01
Program for Temperature Conversion | C/C++ for Beginners | CPP Tutorial | OSOPCoding - #Lecture17
19:16
Program for Swapping of Two Numbers | C/C++ for Beginners | CPP Tutorial | OSOPCoding - #Lecture18
19:35
#Practical2 - Area of Circle | Temperature Conversion | Swapping of Two Numbers | C/C++ Tutorials
47:21
if else Statement | Relational Operators | C/C++ for Beginners | CPP Tutorial - #Lecture19
23:44
If Else Statement | Program to find Greater | C/C++ for Beginners | CPP Tutorial - #Lecture20
26:04
Program to find Even or Odd Number | C/C++ for Beginners | CPP Tutorial | OSOPCoding - #Lecture21
30:08
Nested If Else Statement & Program | C/C++ for Beginners | CPP Tutorial | OSOPCoding - #Lecture22
20:48
Program: Greatest among Three Numbers | C/C++ for Beginners | CPP Tutorial | OSOPCoding - #Lecture23
25:34
#Practical3 - Find Greater in Two Numbers | Even or Odd | Greater in Three Numbers | C/C++ Tutorials
38:40
Program: Basic Marksheet | C/C++ for Beginners | CPP Tutorial | OSOPCoding - #Lecture24
45:09
Logical Operators with example | C/C++ for Beginners | CPP Tutorial | OSOPCoding - #Lecture25
28:54
Program: Marksheet using Logical Operator | C/C++ for Beginners | OSOPCoding - - #Lecture26
18:11
Conditional Operator with example | C/C++ for Beginners | CPP Tutorial | OSOPCoding - #Lecture27
If Else If Ladder with Example | C/C++ for Beginners | CPP Tutorial | OSOPCoding - #Lecture28
55:33
Increment/Decrement Operators | C/C++ for Beginners | CPP Tutorial | OSOPCoding - #Lecture29
21:02
#Practical4 - Logical & Ternary Operator | Increment Decrement Operator | C/C++ Tutorials
35:12
Number Systems Part 1 | Decimal, Binary, Octal, Hexadecimal | C for Beginners - #Lecture30
42:18
Number Systems Part 2 | Conversion from One to Other Systems | C/C++ for Beginners - #Lecture31
1:10:58
Bitwise Operator Part 1 | NOT, OR, AND, XOR Operators | C/C++ for Beginners - #Lecture32
49:34
Bitwise Operator Part 2 | Use of Left Shift/Right Shift Operator | C/C++ for Beginners - #Lecture33
39:13
Bitwise Operator Examples | Programs to use Bitwise Operators | C/C++ for Beginners - #Lecture34
17:45
#Practical5 - Practical of Bitwise operators | swap two numbers | find even or odd | C/C++ Tutorial
24:52
Assignment Operators | Operator Precedence in C C++ | C/C++ for Beginners | C Tutorial - #Lecture35
52:27
Loops - Part 1 | Need of Loops | While Loop in C/C++ | C/C++ for Beginners - #Lecture36
35:37
Loops - Part 2 | While Loop | Sum of First N Natural Numbers | C/C++ for Beginners - #Lecture37
16:17
#Practical6 - Practical of Loops | program for sum of N natural number | C/C++ Tutorial
37:01
Program to find N Odd Numbers | Use of While Loop | C/C++ for Beginners - #Lecture38
25:01
Program to find N Even Numbers & It's Sum | Use of While Loop | C/C++ for Beginners - #Lecture39
19:40
Program to print Table of Input Number| Use of While Loop | C/C++ for Beginners - #Lecture40
29:52
#Practical7 - Squares Series | Even or Odd | Table Generations | C/C++ Tutorials | C for Beginners
24:20
Program to print Series 1 2 4 7 11 | Use of While Loop | C/C++ for Beginners - #Lecture41
29:50
Program to find sum of odd and even numbers | Use of While Loop | C/C++ for Beginners - #Lecture42
15:20
Program to find sum of series 1-2+3-4+5……N | Use of While Loop | C/C++ for Beginners - #Lecture43
19:59
#Practical8 - Generate Series of 1 2 4 7 | Sum of Even/Odd | C/C++ Tutorials | C for Beginners
24:08
Program for finding factorial of Given Number | Use of While Loop | C/C++ for Beginners - #Lecture44
23:43
Program for calculating x^y | Use of While Loop | C/C++ for Beginners | C Tutorial - #Lecture45
26:51
Program to find sum of series x+x^2/!2+x^3/!3+ ...N | C/C++ for Beginners | C Tutorial - #Lecture46
31:31
#Practical9 - Factorial | Sum of Series | X to the power Y | C/C++ Tutorials | C for Beginners
26:03
Program to find sum of digits of input number | C/C++ for Beginners | C Tutorial - #Lecture47
20:13
Program for finding Reverse of input number | C/C++ for Beginners | C Tutorial - #Lecture48
25:26
Program to check input number is palindrome or not | C/C++ for Beginners | C Tutorial - #Lecture49
24:44
#Practical10 - Sum of Digits | Reverse No. | Palindrome No. | C/C++ Tutorials | C for Beginners
43:41
Syntax of do while loop | difference between while & do while loop |C/C++ for Beginners - #Lecture50
37:54
For Loop | Patterns of for loop | Example & Use of for loop | C/C++ for Beginners - #Lecture51
27:51
Program to generate Fibonacci Series | For Loop in C | C/C++ for Beginners - #Lecture52
36:22
Program to check Prime Number | C/C++ for Beginners | C++ Tutorial - #Lecture53
33:22
#Practical11 - do while/ for loop | Fibonacci | Prime check | C/C++ Tutorials | C for Beginners
Program for finding greatest common divisor (GCD) of two numbers | C/C++ for Beginners - #Lecture54
33:38
Nested Loops in C | Example & Use of Nested loops | C/C++ for Beginners | C++ Tutorial - #Lecture55
28:29
Program to print Sum of Series | Using Nested Loops | C/C++ for Beginners - #Lecture56
19:50
Program to print Sum of Series :x+x^3/3!+x^5/5!+.N | Nested Loops | C/C++ for Beginners - #Lecture57
37:39
Program to generate first N prime numbers | Using Nested Loops | C/C++ for Beginners - #Lecture58
27:27
#Practical12 - Nested Loops | Sum of Series | N Prime Number | C/C++ Tutorials | C for Beginners
23:59
Program to generate STAR pattern 1 | Using Nested Loops | C/C++ for Beginners - #Lecture59
13:38
Program for STAR pattern 2 | Using Nested Loops | C/C++ for Beginners - #Lecture60
18:15
Program for Upper Half Pyramid pattern | Using Nested Loops | C/C++ for Beginners - #Lecture61
9:51
Program for STAR pattern 4 | Using Nested Loops | C/C++ for Beginners - #Lecture62
11:49
Program for STAR pattern 5 | Using Nested Loops | C/C++ for Beginners - #Lecture63
9:58
Program to generate STAR Pattern 6 | Lower Half Pyramid | C/C++ for Beginners - #Lecture64
26:55
#Practical13 - Star Pattern Printing | Upper Half Pyramid | Lower Half Pyramid | C/C++ Tutorials
21:01
break Statement in C/C++ | break Statement Examples | C++ for Beginners | C Tutorial - #Lecture65
24:09
Continue Statement in C/C++ | continue Statement Examples | C/C++ for Beginners - #Lecture66
23:41
goto Statement in C/C++ | goto Statement Examples | C++ for Beginners | C Tutorial - #Lecture67
30:41
Switch Statement in C/C++ | Menu Driven Programming | switch Variations | C Tutorial - #Lecture68
29:43
#Practical14 - break | continue | goto | switch case | C/C++ Tutorials | C for Beginners
39:53
Functions in C | Modular Programming Concept | User Defined Function | C / C++ Tutorial - #Lecture69
42:35
Function Declaration in C | Function Calling | Function Definition | C / C++ Tutorial - #Lecture70
23:42
Function Program: Area of Circle | Function in C | C / C++ Tutorial for Beginner - #Lecture71
21:58
Function Program: Simple Interest | Function in C | C / C++ Tutorial for Beginner - #Lecture72
20:01
Function Program: Greater between 2 numbers | Function in C | C Tutorial for beginners - #Lecture73
15:33
Function Program: Greatest among 3 numbers | Function in C | C Tutorial - #Lecture74
29:30
#Practical15 - Add 2 Numbers | Greater in 2/3 no. using function | C/C++ Tutorials | C for Beginners
15:38
Function Program: Finding Sum of n Natural Numbers | Functions in C | C Tutorial - #Lecture75
18:17
Function Program for finding factorial of n | Functions in C | C / C++ Tutorial - #Lecture76
16:24
Function Program for calculating x to the power y | Functions in C | C / C++ Tutorial - #Lecture77
17:55
Program for finding sum of digits of input number using function | C/C++ Tutorial - #Lecture78
18:53
Program for finding reverse of input number using function | C/C++ Tutorial - #Lecture79
26:42
Program for checking input number is prime or not using function | C/C++ Tutorial - #Lecture80
26:43
#Practical16 - Factorial | Reverse Number | Prime check using function | C/C++ Tutorials
25:00
Program for finding sum of series using function | C/C++ Tutorial for Beginners - #Lecture81
26:44
Storage Class Concept | auto, register, static & extern storage class | C/C++ Tutorial - #Lecture82
30:05
Pre processor Directives (#) | File Inclusion, Macro, Conditional Compilation | C/C++ - #Lecture83
27:14
Function: Call by value | Its limitation | Types of parameters | C/C++ Tutorial - #Lecture84
46:28
Function Call by reference | Concept of pointers | Swapping of 2 No. | C/C++ Tutorial - #Lecture85
30:15
Pointer to pointer concept | Pointer to pointer example | C/C++ Tutorial for Beginners - #Lecture86
#1Practical17 - Call by Value / Call by Reference | Swapping number using pointer | C/C++ tutorial
27:49
Pointer to function | Calling functions with pointer to function | C/C++ Tutorial - #Lecture87
28:23
Recursion concepts | Need | Base Condition | DSA | Campus Interview | C/C++ Tutorial - #Lecture88
25:44
Recursion Program for finding Factorial | DSA | Interview | Stack | C/C++ Tutorial - #Lecture89
21:10
Recursion Program for finding sum of N Natural numbers | DSA | Campus | C/C++ Tutorial - #Lecture90
19:55
Recursion Program for sum of N Odd numbers | DSA | Campus Interview | C/C++ Tutorial - #Lecture91
24:05
Recursion Program for finding sum of digits of input number | DSA | C/C++ Tutorial - #Lecture92
Recursion Program for finding Reverse Number | DSA | Campus Interview |C/C++ Tutorial - #Lecture93
27:42
Recursion Program for generating n Fibonacci numbers | DSA | Interview | C/C++ Tutorial - #Lecture94
29:28
#Practical18 - Factorial | Sum of digits | Fibonacci Series using Recursion | C/C++ for beginner
16:48
Recursion Program for GCD of two numbers | DSA | Interview | C/C++ Tutorial - #Lecture95
58:59
Array Data Type | Need, Declaration | Reading/Writing Array Elements | DSA - #Lecture96
19:01
Array Program | Sum of Elements | Array | Data Structure & Algorithms | C Tutorials - #Lecture97
Array Program | Smallest Element | Array | Data Structure & Algorithms | C Tutorials - #Lecture98
Array Program | Greatest Element | Array | Data Structure & Algorithms | C Tutorials - #Lecture99
24:54
Array Program | Reverse of the Array | Data Structure & Algorithms | C Tutorials - #Lecture100
29:04
Array Program | Searching an Element | Linear Search Algorithm | DSA Tutorials - #Lecture101
23:00
Array Program | Finding Minimum Element of Array using function | DSA Tutorials - #Lecture104
31:36
Array Program | Sorting the Elements of Array | Linear Sort | DSA Tutorials - #lecture102
37:32
#Practicle19 - Sum of elements | Minimum elements | Reverse Array | Searching / Sorting | C/C++
31:40
Array | Sum of Elements using Function | Passing Array in Function | DSA | C Tutorial - #Lecture103
34:31
Array Program | Reverse of array using function. ( Pointer to Array ) | DSA Tutorials - #Lecture105
#Practical20 - Sum of Elements | Minimum elements | Reverse of Array using function | C/C++
31:59
Introduction to String Data Type | Memory Representation | gets() puts() Functions - #Lecture106
19:43
Program to calculate the length of the string | String Data Type | C Tutorial - #Lecture107
23:03
Program to calculate the length of the string using Function | String | C Tutorial - #Lecture108
21:46
Reverse of the string | String Data Type | DSA | Character Array | C & C++ Tutorial - #Lecture109
24:53
Program to find reverse of the string using Function | String | C & C++ Tutorial - #Lecture110
27:54
Program to count vowels, consonants and Digits | String Data Type | C & C++ Tutorial - #Lecture111
19:48
Program to convert uppercase String to lowercase | String Type | C & C++ Tutorial - #Lecture112
21:17
Program to copy String using function | String Data Type | C & C++ Tutorial - #Lecture113
13:53
Program to convert integer String to Integer | String Data Type | C & C++ Tutorial - #lecture114
21:20
Program to check given string is Palindrome or not | String Type | C & C++ Tutorial - #Lecture124
30:46
Comparing two Strings using Function | String | DSA Basics | C & C++ Tutorial - #Lecture115
41:04
#practical21 - String in C | Length of String | Upper case to Lower Case | C/C++ for beginners
27:21
2-D Array | Introduction | Memory Representation | Reading & Writing | C Tutorial - #Lecture116
32:21
Matrix Addition | 2-D Array | Data Structure & Algorithm | C Tutorial for beginners - #Lecture117
37:21
Matrix Multiplication | 2-D Array | Data Structure & Algorithm | C Tutorials - #Lecture118
8:31
Transpose of Matrix | 2-D Array | Data Structure & Algorithm | C Tutorials - #Lecture119
15:31
Upper/Lower Triangular & Diagonal Matrix | 2-D Array | DSA | C Tutorials - #Lecture120
36:32
#Practical22 - Matrix Addition , Multiplication & Transpose | Upper / Lower Triangular Matrix C/C++
25:11
Array of Pointers Concept | sum of elements | 2-D Array | DSA | C Tutorials - #Lecture121
15:47
Array of pointers to string | Finding length of strings using pointer | DSA Basics - #Lecture122
19:30
Sorting of N Strings using Array of pointer | String Data Type | DSA - #Lecture133
37:44
Structure in C | User defined Data Type | Data structure and algorithm | C/C++ - #Lecture125
22:14
Structure Padding | Packing | DSA | C/C++ Tutorial | Reducing CPU Cycles - #Lecture126
21:05
Array of Structure | Declaration & Memory Representation | C/C++ tutorial | DSA Basics - #Lecture127
15:48
Pointer to Structure | Arrow operator | DSA Basics | Linked List | C/C++ tutorial - #Lecture128
21:16
Passing Structure in function | By value / By reference | C/C++ tutorial | DSA Basics - #Lecture129
14:00
Self Referential Structure | Concept of linked list | DSA | C/C++ tutorial - #Lecture130
15:40
Nested Structure Concept | DSA Basics | C/C++ tutorial | Interviews - #Lecture131
27:31
Union Data Type in C | Difference between structure and union | C/C++ tutorial - #Lecture132
28:02
Enumerated Data Type (enum) | User defined constants | Typedef | C/C++ tutorial | DSA - #Lecture133
22:37
Types of pointers | Wild, NULL, Void & Dangling pointer | DSA Basics | C/C++ - #Lecture134
37:49
Dynamic Memory Management in C | malloc() & free() function | DSA | C/C++ tutorial - #Lecture135
27:01
Dynamic Memory Management | calloc() & realloc() functions in C | DSA |C/C++ tutorial - #Lecture136
27:23
File Handling in C | File IO / Disk IO | Permanent Data Storage | C/C++ Tutorials - #Lecture137
20:34
File opening Modes | Write, Read and Append Mode in C | C/C++ tutorial | C / C++ - #Lecture138
35:19
Creating New File in C | Using fputc(), fputs() & fprintf() function | C/C++ tutorial - #Lecture139
27:43
Reading Data From File in C | fgetc(), fgets() & fscanf() in C | C/C++ tutorial #C - #Lecture140
15:58
File Copy in C | Copying data from one file to another file | C/C++ For Beginners - #Lecture141
27:36
File Pointer Movement | rewind() , fseek() and ftell function | C/C++ tutorial - #Lecture142
21:03
Files in Binary Mode in C | fwrite() & fread() functions | C/C++ for begineer | C/C++ - #Lecture143
32:58
Command line arguments in C Using VS Code & Turbo C++ | C/C++ for beginner | C/C++ - #Lecture144