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
6:43
Brute-Force Substring Search Algorithm
YouTube
Global Software Support
90.9K views
Apr 4, 2017
21:12
Knuth-Morris-Pratt (KMP) algorithm | String Matching Algorithm | Substring Search
YouTube
Logic First
159.9K views
Dec 16, 2019
16:57
Rabin Karp Substring Search Pattern Matching
YouTube
Tushar Roy - Coding Made
247.8K views
Dec 30, 2015
Top videos
12:43
C++ Program to print all substrings of a given string
YouTube
Computer Revival
758 views
7 months ago
1:39
How to Check for Substrings in C+ + Vector Strings
YouTube
vlogize
2 views
3 months ago
4:05
How to Fetch a Substring From a String in C++
YouTube
Programming With Annu
2.1K views
Apr 11, 2021
Substring Matching Problems
17:18
Lec39: Horspool's Algorithm - String /Substring Matching
YouTube
Engineering Wing
21.1K views
Jun 13, 2024
29:10
3455. Shortest Matching Substring | KMP | 3 Pointers | Binary Search
YouTube
Aryan Mittal
1.5K views
7 months ago
12:04
Longest Substring Without Repeating Characters - Leetcode 3 - Sliding Window (Python)
YouTube
Greg Hogg
22.7K views
Mar 7, 2024
12:43
C++ Program to print all substrings of a given string
758 views
7 months ago
YouTube
Computer Revival
1:39
How to Check for Substrings in C+ + Vector Strings
2 views
3 months ago
YouTube
vlogize
4:05
How to Fetch a Substring From a String in C++
2.1K views
Apr 11, 2021
YouTube
Programming With Annu
C program to print the highest frequency character in a String
Nov 4, 2021
quescol.com
9:20
C Program to Print String Characters One By One using Loop
101.1K views
Oct 22, 2016
YouTube
LearningLad
7:25
STRSTR() Function in C Programming | How to Find Subst
…
34.3K views
Mar 2, 2019
YouTube
Learn Programming Yourself
10:13
#21 C Strings | C Programming For Beginners
173.9K views
Mar 9, 2022
YouTube
Programiz
9:22
C language - Class 17 : Strings | What is a string? | string function
…
6.1K views
Apr 11, 2017
YouTube
Ankpro Training
7:24
C String Functions: A Beginner's Guide to String Manipulation
32 views
5 months ago
YouTube
CodeLucky
4:34
C Strings 14: Search if a substring is present in a string [C Programming]
8.6K views
Jun 26, 2020
YouTube
JLabs
10:23
C_64 Strings in C- part 3 | printf and puts function in C
242.2K views
Jul 28, 2021
YouTube
Jenny's Lectures CS IT
21:15
Replace All Occurrences Of A Substring In A String With Anothe
…
15.4K views
Jan 6, 2022
YouTube
Portfolio Courses
8:05
31.C program to insert a substring into the given string | C Programm
…
2.5K views
Nov 22, 2023
YouTube
VMR ACADEMY
11:16
Array of Strings in C || Lesson 70 || C Programming || Learning Monke
…
18.5K views
Jul 22, 2021
YouTube
Wisdomers - Computer Science and Engineering
1:25
Extracting a Substring from a String in C#: Getting Everything from th
…
6 months ago
YouTube
vlogize
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
How to split a string in C/C , Python and Java? - GeeksforGeeks
2 months ago
geeksforgeeks.org
4:54
Print A String Until The First Newline Character | C Programmin
…
8.4K views
Sep 23, 2021
YouTube
Portfolio Courses
1:53
Trouble with strstr() in C: How to Extract Substrings Effectively
1 views
6 months ago
YouTube
vlogize
4:20
Writing Strings using printf and puts Functions
150.4K views
Jul 20, 2019
YouTube
Neso Academy
4:57
PROGRAM TO EXTRACT SUBSTRING FROM A STRING IN C
6.7K views
Jul 7, 2018
YouTube
KV PROTECH
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]
2:21
How to Replace a Substring in a String: A Guide for C Programmers
2 weeks ago
YouTube
vlogize
3:34
c program to copy one string into another | strcpy() function in c
42.9K views
Nov 5, 2019
YouTube
Learn Coding
6:33
gets() function to input string with space and puts() to print in C prog
…
837 views
Aug 31, 2020
YouTube
tech savant
5:10
C Strings: Beginner's Guide to Character Arrays in C Programming
16 views
5 months ago
YouTube
CodeLucky
4:07
Performing Operations on String Literals
200.6K views
Jul 17, 2019
YouTube
Neso Academy
21:20
Strings in C Programming | Part-2 | C Language Tutorial
851.1K views
Sep 9, 2016
YouTube
Naresh i Technologies
1:44
How to Get All Substrings of Size k from a String in C++
5 months ago
YouTube
vlogize
See more videos
More like this
Feedback