Channel Avatar

GodfredTech @UCK8g6yhGziCiRUisiXwStRg@youtube.com

12K subscribers - no pronouns :c

Engineering, Technology, Career , Coding and everything in b


06:49
Is Mechanical Engineering a Dead field
07:25
Are Tech Certificates The Best Way To Break Into The Tech Industry
02:05
Variable Declarations and Access Modifiers | Ep 7
02:47
Key Definitions and Concepts | Ep 5
11:07
AWS Certification Exam Guide | How to Pass and Start your Tech Journey
02:52
Primitive and Reference Types in Java | Ep 4
11:22
2023 Coding Interview Tips
02:03
Java Naming Convention for Constants and Packages | Ep. 3
02:05
Object Names and Reserved Names in Java | Ep 2
01:34
Running Java Compilation, Loading, and Execution | Ep 1
02:30
Nested Structures Examples | C Programming
09:15
Install IDE and Print Hello world | Object Oriented Programming with Java - Ep1
04:41
Mechanical Engineering Career Paths and SkillSets
03:37
Union Explained | C Programming | Code Example |
04:56
Use a Struct to simulate time in Code | C Programming
04:47
How to begin your Software Engineering journey
04:42
Is it easy to get into BigTech with a Mechanical Engineering Degree?
07:34
Structs explained | Use structs to multiply Fractions
03:15
Use fgets function to collect Strings | C Programming
02:04
Use fputs() function to print a string | C Programming | Complete Solution |
04:52
Reading String Using the Scanf function with a Scanset | C Programming |
04:20
Stack Vs Heap and Malloc Dynamic Memory Allocation
15:55
Tips for getting an Engineering Internship | Mechanical Engineering |
04:03
Print the contents of an Array using a Pointer | C Programming | Complete Solution |
20:51
All you need to know about mechanical engineering
07:23
C Program to read strings from a file | Mini Channel Update
04:08
Pointers to Pointers | Dereferencing layered Pointers
12:21
What are Pointers in Programming | Pointers Explained
05:33
When to use Binary Search in Code
03:37
When to use Linear Search in Code
03:20
How to Use Previous C Code in a New Program
06:46
Manual Page and Ctype Functions Explained | C Programming |
05:42
Switch Cases Explained | C Programming |
12:32
Pass by Address in C | Pass by Reference vs Pass by Value | C Programming |
03:50
How to Print Integers with Leading 0s | C Programming |
02:41
Add the least two significant digits of an integer number Pt.2 | C Coding
04:35
Extract and add the two least significant digits of an integer | C Programming
03:44
Example of Functional Programming - Read a number and print its square | C Programming |
03:06
Demonstrate Function Calls | C Programming |
03:18
Demonstrate Functional Programming | C Programming
02:59
How to format printf in C | C Programming |
01:41
Print the Right Most Digit of an integer number (modulus operation) | C Programming |
01:52
Demonstrate promotion of numerical types | C Programming | (Commentary)
02:37
Integer Division | Quotient and remainder of two numbers | C Programming | (Commentary)
01:44
Printing out Use of Boolean Constants | C Programming | (Commentary)
03:32
Calculates and prints the sum of three numbers | C Programming | (Commentary)
04:08
Calculate and prints the product of two numbers | C Programming | (Commentary)
03:18
Initialize a 1D Array with the square of its Index | C Programming | Coding Tutorial # 10
06:01
2d arrays explained | C program to fill in a 2D array
06:24
Function that prints the calendar of the month | (No Commentary)
05:07
Code to Change a 2D array into a 1D array | (No Commentary)
04:40
Program to read a text file | fscanf explained | C Programming |
14:29
C Programming Tutorial | Practice Coding Skills with Step by Step Solutions (Part 3)
13:43
Basic Coding Examples to Solve with Step by Step Coding Solutions | C Programming | (Part 2)
12:18
Basic Coding Examples with Step by Step Coding Solutions P.1 | Practice your coding Skills | C Code
02:39
Use a Do-While loop to Create options for a program | C Programming |
03:17
Reverse an integer and store it in a variable | C Programming
03:02
Code to Reverse an integer and Print a number Backwards | C Programming |
02:01
Find if a number is Even or Odd | C Programming |
04:21
Convert a Binary Number to a Decimal number | C Programming | C Coding