ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

7,107,214 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,659 views

4 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

288,323 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

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

23,476 views

2 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,146 views

2 years ago

People also watched

Visually Explained
Python Strings - Visually Explained

Resources & Further Learning - Practice notebook → https://go.visuallyexplained.co/strings-practice Gear & Support the ...

5:27
Python Strings - Visually Explained

11,223 views

1 month ago

JavaTacties
Find Unique Characters in a String in Java | @JavaTacties

Find Unique Characters in a String in Java | @JavaTacties This Java program is designed to determine if a given string contains ...

6:54
Find Unique Characters in a String in Java | @JavaTacties

429 views

2 years ago

Logic Lambda
Working with Strings (and Characters) in Java

0:25 - Defining Strings 1:30 - Comparing Strings 5:05 - Writing class with methods that work on Strings 5:50 - A method to return a ...

20:13
Working with Strings (and Characters) in Java

402 views

4 years ago

Nikorasu Def
Python Course (from scratch) Visual Studio Code - Strings #3

In the third part of the Python course (from scratch) with Visual Studio Code, we'll cover: - What strings are - How to ...

5:40
Python Course (from scratch) Visual Studio Code - Strings #3

58,196 views

2 years ago

WriteCodeWith Prince
#Logical #interviewQues Java Program to Find the Count of Occurrences  of Each Character in a String

count character occurence #java #job #logical Question #Interview.

10:34
#Logical #interviewQues Java Program to Find the Count of Occurrences of Each Character in a String

51,971 views

5 years ago

MV Code Guide
5  Counting Occurrences of characters in string

Hello Learners!! In this video, we are going to learn how to count occurrences of each character in a string Source Code: ...

18:13
5 Counting Occurrences of characters in string

16,803 views

5 years ago

Awesome techies
Print only alphabet in string using C programming || competitive programming

print only alphabet from string remove all the symbol and digit and print only alphabet from string it may be uppercase or ...

12:52
Print only alphabet in string using C programming || competitive programming

4,750 views

5 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

21,872 views

3 years ago

Portfolio Courses
Remove All The Characters In A String That Occur In Another String | C Programming Example

How to remove all the characters from the first string that are present in the second string using C. Source code: ...

9:55
Remove All The Characters In A String That Occur In Another String | C Programming Example

4,048 views

3 years ago

Jacob Sorber
Strings in C

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

8:50
Strings in C

62,901 views

6 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,630 views

2 years ago

Portfolio Courses
Find The Characters Common To Two Strings | C Programming Example

How to find the unique characters that are common to two strings using C. Source code: ...

12:06
Find The Characters Common To Two Strings | C Programming Example

1,701 views

3 months ago

CYDEO
Spotting Unique Characters in a String | JAVA INTERVIEW QUESTIONS

Welcome to our comprehensive Java tutorial series where we tackle commonly asked technical interview questions. In this ...

8:02
Spotting Unique Characters in a String | JAVA INTERVIEW QUESTIONS

5,012 views

2 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,165 views

2 years ago

Portfolio Courses
Replace a character in a string with another character | C Programming Example

An example of a function to replace all occurrences of a character in a string with another character using C. Source code: ...

3:56
Replace a character in a string with another character | C Programming Example

34,724 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,372 views

8 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

224,553 views

3 years ago

Math and Science
Java Tutorial - 18 - Replacing Characters in a String

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

6:42
Java Tutorial - 18 - Replacing Characters in a String

51,203 views

7 years 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,084 views

4 years ago

Portfolio Courses
Remove Duplicate Characters From A String | C Programming Example

How to remove the duplicate occurrences of characters from a string using C. See also this video on a faster linear-time algorithm ...

6:57
Remove Duplicate Characters From A String | C Programming Example

8,763 views

3 years ago

Alex Lee
Find Duplicate Characters In A String Java Program #32

OFF ANY Springboard Tech Bootcamps with my code ALEXLEE1500. See if you qualify for the JOB GUARANTEE!

8:10
Find Duplicate Characters In A String Java Program #32

69,929 views

7 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,639 views

4 years ago