ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,892,442 results

HuwsTube
Characters and Strings – What’s The Difference? (Learn To Program With Huw)

A character is a fundamental data type. But a string is not. Sometimes when you add two characters together you end up with a ...

6:14
Characters and Strings – What’s The Difference? (Learn To Program With Huw)

3,697 views

4 years ago

Neso Academy
Dealing with Characters in a String

C++ Programming: Dealing with Characters in a String in C++ Topics discussed: 1. The need for processing characters in strings.

6:50
Dealing with Characters in a String

11,396 views

3 years ago

Portfolio Courses
String In Char Array VS. Pointer To String Literal | C Programming Tutorial

The difference between a string stored in a char array vs. a pointer to a string literal in C. In other words the difference between: ...

9:58
String In Char Array VS. Pointer To String Literal | C Programming Tutorial

289,558 views

3 years ago

Portfolio Courses
String Basics | C Programming Tutorial

The basics of using strings in C. Source code: https://github.com/portfoliocourses/c-example-code/blob/main/string_basics.c.

8:02
String Basics | C Programming Tutorial

58,205 views

4 years ago

Portfolio Courses
Remove Non Alphabet Characters A From String | C Programming Example

How to remove the non-alphabetic characters from a string using C. Source code: ...

10:13
Remove Non Alphabet Characters A From String | C Programming Example

5,159 views

2 years ago

Programiz
#21 C Strings | [2025] C Programming For Beginners

21 C Strings | C Programming For Beginners In this video, we will learn about strings in C. With many examples we will show you ...

10:13
#21 C Strings | [2025] C Programming For Beginners

226,095 views

4 years ago

Professor Hank Stalica
C++ Tutorial: Working with Characters and String Objects [7]

Special functions exist for working with characters and string objects. Learn how to use them to properly manage character and ...

14:14
C++ Tutorial: Working with Characters and String Objects [7]

3,680 views

2 years ago

Bro Code
C string functions 🔠

C string functions tutorial example explained #C #string #functions int main(){ char string1[] = "Bro"; char string2[] = "Code"; ...

5:03
C string functions 🔠

122,998 views

4 years ago

LucidProgramming
Technical Interview: Check if string has unique characters

Problem: Implement an algorithm to determine if a string has all unique characters. We present a solution using Python that ...

4:59
Technical Interview: Check if string has unique characters

17,378 views

8 years ago

NeetCode
Maximum Length of a Concatenated String with Unique Characters - Leetcode 1239 - Python

https://neetcode.io/ - A better way to prepare for Coding Interviews Twitter: https://twitter.com/neetcode1 Discord: ...

12:43
Maximum Length of a Concatenated String with Unique Characters - Leetcode 1239 - Python

33,356 views

4 years ago

NeetCodeIO
First Unique Character in a String - Leetcode 387 - Python

https://neetcode.io/ - A better way to prepare for Coding Interviews ‍ LinkedIn: ...

4:35
First Unique Character in a String - Leetcode 387 - Python

37,437 views

2 years ago

Portfolio Courses
Removing all occurrences of a character from a string | C Programming Example

An example of removing all occurrences of a character from a string in C. Source code: ...

7:06
Removing all occurrences of a character from a string | C Programming Example

12,725 views

4 years ago

Bro Code
Arrays of strings in C explained! 🧵

coding #programming #cprogramming // array of strings = Typically a 2D character array, // where each row is a character // array ...

12:41
Arrays of strings in C explained! 🧵

20,006 views

11 months ago

Portfolio Courses
Count Occurrences Of Each Character In A String | C Programming Example

Example of how to print the first repeating character in a string in C. Source code: ...

6:39
Count Occurrences Of Each Character In A String | C Programming Example

31,143 views

4 years ago

LearningLad
C Program to Print String Characters One By One using Loop

In this video tutorial on c programming you will learn how to write a c program to Print String One By One Characters using Loop in ...

9:20
C Program to Print String Characters One By One using Loop

101,388 views

9 years ago

Neso Academy
Accessing String Characters in Python

Python Programming: Accessing Characters in a Python String Topics discussed: 1. Accessing Individual Characters in a String.

12:25
Accessing String Characters in Python

72,540 views

3 years ago

Math and Science
Java Tutorial - 16 - Read Characters from a String into a Char Array

Get more lessons like this at http://www.MathTutorDVD.com Learn how to program in java with our online tutorial. We will cover ...

8:58
Java Tutorial - 16 - Read Characters from a String into a Char Array

76,225 views

7 years ago

Tutorial Point
Extracting Characters from a String in Java
4:33
Extracting Characters from a String in Java

3,025 views

5 years ago

Codecourse
Java For Beginners: Strings, String Functions & Chars (9/10)

Want more? Explore the library at https://www.codecourse.com/lessons Official site https://www.codecourse.com Twitter ...

10:16
Java For Beginners: Strings, String Functions & Chars (9/10)

71,273 views

11 years ago

Professor Hank Stalica
C++ char data type and the difference between character and string literals [5]

Learn about the character data type and the difference between character and string literals in this C++ tutorial for beginners using ...

7:29
C++ char data type and the difference between character and string literals [5]

9,124 views

2 years ago