All
Search
Images
Videos
Maps
News
More
Shopping
Flights
Travel
Notebook
Report an inappropriate content
Please select one of the options below.
Not Relevant
Offensive
Adult
Child Sexual Abuse
Length
All
Short (less than 5 minutes)
Medium (5-20 minutes)
Long (more than 20 minutes)
Date
All
Past 24 hours
Past week
Past month
Past year
Resolution
All
Lower than 360p
360p or higher
480p or higher
720p or higher
1080p or higher
Source
All
Dailymotion
Vimeo
Metacafe
Hulu
VEVO
Myspace
MTV
CBS
Fox
CNN
MSN
Price
All
Free
Paid
Clear filters
SafeSearch:
Moderate
Strict
Moderate (default)
Off
Filter
13:23
YouTube
code
Finding subString in a String C Program
//Program to find an input substring in an input main string void main() { int i=0,j=0,k=0,count=0,l=0,k1=0; char a[80],b[80]; clrscr(); printf("Enter main string:-"); gets(a); printf("Enter sub-string:-"); gets(b); l=strlen(b); while (a[i]!=EOF) { if (a[i]==b[j]) { i++; // i the index of main strng j++; // j the index of sub string k1=1 ...
28K views
Jul 23, 2011
Substring Search Algorithms
5:39
JavaScript Substring Example | Slice, Substr, and Substring Methods in JS
YouTube
Cem Eygi Media
13.1K views
Jun 21, 2020
6:15
slice vs substring method | String Object In JavaScript
YouTube
Code Explained
13.7K views
Jul 31, 2022
8:05
Java substrings are easy! 📧
YouTube
Bro Code
7.9K views
8 months ago
Top videos
12:43
C++ Program to print all substrings of a given string
YouTube
Computer Revival
758 views
6 months ago
9:20
C Program to Print String Characters One By One using Loop
YouTube
LearningLad
101.1K views
Oct 22, 2016
10:13
#21 C Strings | C Programming For Beginners
YouTube
Programiz
173.9K views
Mar 9, 2022
Substring Matching Problems
17:18
Lec39: Horspool's Algorithm - String /Substring Matching
YouTube
Engineering Wing
21.1K views
Jun 13, 2024
21:12
Knuth-Morris-Pratt (KMP) algorithm | String Matching Algorithm | Substring Search
YouTube
Logic First
157.7K views
Dec 16, 2019
29:10
3455. Shortest Matching Substring | KMP | 3 Pointers | Binary Search
YouTube
Aryan Mittal
1.5K views
6 months ago
12:43
C++ Program to print all substrings of a given string
758 views
6 months ago
YouTube
Computer Revival
9:20
C Program to Print String Characters One By One using Loop
101.1K views
Oct 22, 2016
YouTube
LearningLad
10:13
#21 C Strings | C Programming For Beginners
173.9K views
Mar 9, 2022
YouTube
Programiz
7:25
STRSTR() Function in C Programming | How to Find Subst
…
34.3K views
Mar 2, 2019
YouTube
Learn Programming Yourself
3:29
C Strings 13: Extract a substring from a given string [C Programming]
12.2K views
Jun 25, 2020
YouTube
JLabs
9:40
#22 C String Functions | C Programming For Beginners
103.7K views
Mar 16, 2022
YouTube
Programiz
8:05
31.C program to insert a substring into the given string | C Programm
…
2.5K views
Nov 22, 2023
YouTube
VMR ACADEMY
15:41
C_62 Strings in C - part 1 | C programming tutorials
559.4K views
Jul 25, 2021
YouTube
Jenny's Lectures CS IT
4:54
Print A String Until The First Newline Character | C Programmin
…
8.2K views
Sep 23, 2021
YouTube
Portfolio Courses
33:34
Strings in C Programming | Part-1 | C Language Tutorial
565.4K views
Sep 9, 2016
YouTube
Naresh i Technologies
21:15
Replace All Occurrences Of A Substring In A String With Anothe
…
15.4K views
Jan 6, 2022
YouTube
Portfolio Courses
6:53
Substrings and IndexOf in C# - How to get Part of a String in C#
28.2K views
Aug 20, 2019
YouTube
Coding Under Pressure
9:06
program in C to print all permutations of a given string usi
…
3.2K views
Dec 14, 2019
YouTube
Computer Programming Tutor
11:36
Print All Subsequences of a String || C++ || Recursion || By Mohit Gupta
40.7K views
Oct 25, 2020
YouTube
PhysicsMania-Mohit Gupta [IIT BHU]
1:41
How to Extract Substrings in C: A Complete Guide to Handling Embe
…
5 months ago
YouTube
vlogize
14:29
C Programming - Strings
Nov 6, 2022
YouTube
Learn Programming with Satheesh
9:50
Counting the Vowels in a String | C Programming Example
21.2K views
Jun 12, 2021
YouTube
Portfolio Courses
4:57
PROGRAM TO EXTRACT SUBSTRING FROM A STRING IN C
6.7K views
Jul 7, 2018
YouTube
KV PROTECH
20:47
Longest common substring | Dynamic programming
70.8K views
Nov 26, 2019
YouTube
Techdose
4:07
Performing Operations on String Literals
200.6K views
Jul 17, 2019
YouTube
Neso Academy
7:54
Check If A String Is A Substring Of Another String | C Programming E
…
15.9K views
Nov 23, 2021
YouTube
Portfolio Courses
17:04
Substring in C
6.6K views
Jul 29, 2017
YouTube
Computer Science (compsci112358)
2:07
String find() in C - GeeksforGeeks
Jan 17, 2021
geeksforgeeks.org
8:09
Strings in C Programming | Concept of Strings in C Programming
283.9K views
Mar 30, 2022
YouTube
Gate Smashers
1:44
How to Get All Substrings of Size k from a String in C++
4 months ago
YouTube
vlogize
18:10
L4. Number of Distinct Substrings in a String | Trie | C++ | Java
91.1K views
Nov 26, 2021
YouTube
take U forward
23:40
13. Strings in C++ | Guaranteed Placement Course | Lecture 13
663K views
Nov 11, 2020
YouTube
Apna College
How to work with substrings on Linux
11 months ago
networkworld.com
3:10
C++: Get the substring from a string
2K views
May 21, 2018
YouTube
HindiSiksha
See more videos
More like this
Feedback