ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

760,482 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,947 views

4 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

62,879 views

5 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

295,945 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,837 views

3 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

76,448 views

3 years ago

CodeVault
Finding a character inside a string in C

This is a very simple technique that is taught everywhere you look but very poorly explained. We take a look at the details behind ...

8:26
Finding a character inside a string in C

13,674 views

7 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

236,325 views

4 years ago

People also watched

Valigo
Strings in C from scratch

I made myself a string library in C from scratch, so I can have normal strings in my future videos and don't have to use string.h ...

30:19
Strings in C from scratch

15,349 views

11 days ago

tony
Strings Aren't Real | C String Tutorial (2027 Edition)

This is a quick and painless tutorial on C strings. *Repo:* https://github.com/tonybanters/string.c *XMPP Room* ...

24:48
Strings Aren't Real | C String Tutorial (2027 Edition)

18,731 views

8 days ago

R Programming
String manipulation in R using STRINGR package and Regular Expressions in R

We can manipulate character strings using the stringr package. Stringr package provides series of consistent functions for working ...

13:01
String manipulation in R using STRINGR package and Regular Expressions in R

11,399 views

6 years ago

Jacob Sorber
Strings in C

Patreon ➤ https://www.patreon.com/jacobsorber Courses ➤ https://jacobsorber.thinkific.com Website ...

8:50
Strings in C

64,005 views

7 years ago

Shivam Gupta
Number of Substrings Containing All Three Characters | Leetcode - 1358

Welcome to the explanation of leetcode problem - 1358 (Number of Substrings Containing All Three Characters)! In this video ...

12:38
Number of Substrings Containing All Three Characters | Leetcode - 1358

435 views

5 days ago

Visually Explained
Python Strings - Visually Explained

Resources & Further Learning - Practice notebook → https://go.visuallyexplained.co/strings-exercises - Video: [Practice ...

5:27
Python Strings - Visually Explained

17,719 views

6 months ago

Indently
ALL 47 STRING METHODS IN PYTHON EXPLAINED

Here are all 47 of the string methods that you will find in vanilla Python. How many of them do you know? ▷ Become job-ready ...

23:34
ALL 47 STRING METHODS IN PYTHON EXPLAINED

186,863 views

3 years ago

Caleb Curry
C Strings in 20 Minutes | C and C++

Start your software dev career - https://calcur.tech/dev-fundamentals Be notified of new C/C++ course: ...

20:56
C Strings in 20 Minutes | C and C++

13,680 views

3 years ago

Portfolio Courses
How To Return A String From A Function | C Programming Tutorial

How to return a string from a function using C. Methods covered include returning a pointer to a string literal, using pass by ...

13:51
How To Return A String From A Function | C Programming Tutorial

22,501 views

3 years ago

dcode
Convert UTF-16 Code into String with JavaScript | String.fromCharCode Method

A quick video to explain how to use the 'fromCharCode' method on Strings in JavaScript. This method/function allows you to ...

3:37
Convert UTF-16 Code into String with JavaScript | String.fromCharCode Method

9,340 views

8 years ago

Bro Code
String methods in Python are easy! 〰️

Python #string #methods 00:00:00 useful string methods 00:08:05 exercise # name = input("Enter your name: ") # phone_number ...

12:06
String methods in Python are easy! 〰️

269,828 views

3 years ago

Bro Code
Java String methods 💬

Java String methods tutorial explained #java #string #methods public class Main { public static void main(String[] args) { // String ...

6:18
Java String methods 💬

160,932 views

5 years ago

Neso Academy
Processing Every Character in a String

C++ Programming: Processing Every Character in a String Topics discussed: 1. Using the “range for” statement to process every ...

10:20
Processing Every Character in a String

14,205 views

3 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 🔠

129,867 views

4 years ago

NeetCodeIO
Extra Characters in a String - Leetcode 2707 - Python

Solving Leetcode 2707 - Extra characters in a String, today's daily leetcode problem on september 1st. https://neetcode.io/ - A ...

21:11
Extra Characters in a String - Leetcode 2707 - Python

24,960 views

2 years ago

Alex Paul
Strings and Characters

The code used in this video can be found on this repl.it : https://repl.it/@alexpaul/StringsAndCharacters#main.swift Glossary ...

40:38
Strings and Characters

219 views

5 years ago

The Cherno
How Strings Work in C++ (and how to use them)

Patreon ▻ https://patreon.com/thecherno Instagram ▻ https://instagram.com/thecherno Twitter ▻ https://twitter.com/thecherno ...

19:26
How Strings Work in C++ (and how to use them)

524,070 views

8 years ago

Bro Code
Useful string methods in C++ 〰️

Useful string methods in C++ #string #methods #C++.

6:35
Useful string methods in C++ 〰️

57,073 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

39,309 views

2 years ago

Bro Code
Useful string methods in Java! 🧵

java #javatutorial #javacourse public class Main { public static void main(String[] args) { String name = "Bro Code"; int length ...

8:36
Useful string methods in Java! 🧵

40,696 views

1 year ago

Portfolio Courses
Basics Of Using The string Type | C++ Tutorial

The basics of how to use the string type in C++. Source code: ...

14:02
Basics Of Using The string Type | C++ Tutorial

20,650 views

4 years ago