ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

6,592,281 results

Related queries

c++ strings

c string viola tuning

string array c++

c++ char array

fgets

c pointers

c arrays

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,454 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

54,211 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

282,803 views

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

8,656 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,086 views

2 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

22,670 views

2 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,493 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,416 views

4 years ago

People also watched

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

3 years ago

Visually Explained
Python F-strings - Visually Explained

Resources & Further Learning - Practice notebook: https://rebrand.ly/lmro0nl Chapters 00:00 - Intro 00:18 - Syntax 02:19 ...

7:22
Python F-strings - Visually Explained

26,522 views

8 months 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++

11,283 views

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

7 years ago

Naveen AutomationLabs
Java Interview Question: How To Count Occurrences Of Each Character In String In Java

In this video, I have explained one famous Java Interview Question: How To Count Occurrences Of Each Character In String In ...

12:36
Java Interview Question: How To Count Occurrences Of Each Character In String In Java

119,224 views

4 years ago

Portfolio Courses
Function Pointers | C Programming Tutorial

How to use function pointers (i.e. pointers to functions) in C, including a demonstration of some use cases such as callback ...

18:31
Function Pointers | C Programming Tutorial

95,520 views

3 years ago

Programming For Beginners
Java Program #14 - Find duplicate characters in a String in Java

Java Program to find duplicate characters in a String In this video by Programming for Beginners we will learn to write Java ...

10:07
Java Program #14 - Find duplicate characters in a String in Java

14,769 views

3 years ago

Indently
Every F-String Trick In Python Explained

In today's video we're going to be exploring every major f-string feature in Python. It's good to know about these if you love ...

19:43
Every F-String Trick In Python Explained

73,714 views

1 year 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

383 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,006 views

3 years ago

JAVA-QA Software testing
how to find unique characters in a string in java #string #java #javacodinginterviewquestions

how to find unique characters in a string in java #string #java #javacodinginterviewquestions.

10:17
how to find unique characters in a string in java #string #java #javacodinginterviewquestions

403 views

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

4,891 views

2 years ago

Funy Coder
Accessing single characters in a string is as easy as providing character's positions.

Accessing single characters in a string is as easy as providing character's positions. #indexing #character #string ...

0:45
Accessing single characters in a string is as easy as providing character's positions.

12,260 views

6 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,116 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

30,788 views

4 years ago

Error Makes Clever
Master the Core of String Problems – 5 Challenges You Must Solve! #shorts #coding

Join our Live 4 Month Job-Ready BOOTCAMPS: Full Stack Development – Build web apps from scratch ...

0:26
Master the Core of String Problems – 5 Challenges You Must Solve! #shorts #coding

207,939 views

5 months ago

Code Leos
C Program to Print a string in reverse order#shorts | c programming

C Program to Print a string in reverse order#shorts | c programming C Program to Print a string in reverse order **My YouTube ...

0:20
C Program to Print a string in reverse order#shorts | c programming

20,154 views

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

3 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

217,104 views

3 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

35,791 views

1 year 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,358 views

4 years ago

Learn at Knowstar
SQL Trick | How many times does a character occur in a string?

In this video, we learn a simple SQL trick to find how many times a character occurs in a string. Please find detailed video below ...

0:19
SQL Trick | How many times does a character occur in a string?

7,303 views

2 years ago