Skip to content
Courses
DSA to Development
Get IBM Certification
Newly Launched!
Master Django Framework
Become AWS Certified
For Working Professionals
Interview 101: DSA & System Design
Data Science Training Program
JAVA Backend Development (Live)
DevOps Engineering (LIVE)
Data Structures & Algorithms in Python
For Students
Placement Preparation Course
Data Science (Live)
Data Structure & Algorithm-Self Paced (C++/JAVA)
Master Competitive Programming (Live)
Full Stack Development with React & Node JS (Live)
Full Stack Development
Data Science Program
All Courses
Tutorials
Data Structures & Algorithms
ML & Data Science
Interview Corner
Programming Languages
Web Development
CS Subjects
DevOps And Linux
School Learning
Practice
Build your AI Agent
GfG 160
Problem of the Day
Practice Coding Problems
GfG SDE Sheet
Contests
Accenture Hackathon (Ending Soon!)
GfG Weekly [Rated Contest]
Job-A-Thon Hiring Challenge
All Contests and Events
DSA
Practice Problems
Python
C
C++
Java
Courses
Machine Learning
DevOps
Web Development
System Design
Aptitude
Projects
Sign In
▲
Similar Topics
DSA
22.3k+ articles
Strings
3.2k+ articles
C Language
1.9k+ articles
C Programs
770+ articles
C Examples
95 articles
C-Pointers
74 articles
C-String
73 articles
C Basic Programs
71 articles
C-Arrays
65 articles
C-Dynamic Memory Allocation
34 articles
C Strings Programs
11 posts
Popular Articles
Recent Articles
C/C++ Program for String Search
Last Updated: 22 May 2024
C/C++ Program for Naive Pattern SearchingC/C++ Program for KMP AlgorithmC/C++ Program for Rabin-Karp AlgorithmC/C++ Program for A Naive Patt
...read more
C Language
C++
C-String
C Programs
C++ Programs
cpp-strings
C Strings Programs
C++ String Programs
How to Reverse a String in C?
Last Updated: 17 May 2024
In C, a string is a sequence of characters terminated by a null character (\0). Reversing a string means changing the order of the character
...read more
C Language
C-String
C Programs
Picked
C Strings Programs
C Basic Programs
How to Create a Dynamic Array of Strings in C?
Last Updated: 22 April 2024
In C, dynamic arrays are essential for handling data structures whose size changes dynamically during the program's runtime. Strings are arr
...read more
C Language
C-Arrays
C-Dynamic Memory Allocation
C Programs
Picked
C Strings Programs
C Examples
Similar Topics
DSA
22.3k+ articles
Strings
3.2k+ articles
C Language
1.9k+ articles
C Programs
770+ articles
C Examples
95+ articles
C-Pointers
74+ articles
C-String
73+ articles
C Basic Programs
71+ articles
C-Arrays
65+ articles
C-Dynamic Memory Allocation
34+ articles
C Program to Reverse a String Using Recursion
Last Updated: 15 December 2024
Reversing a string means changing the order of characters in the string so that the last character becomes the first character of the string
...read more
C Language
C Programs
C Strings Programs
C Program to Split a String into a Number of Sub-Strings
Last Updated: 05 December 2024
In this article, we will learn how to split a string into a number of sub-strings using the C program.The most straightforward method to spl
...read more
C Language
C Programs
C Strings Programs
C Program to Check if String is Pangram
Last Updated: 26 October 2022
Given a string Str. The task is to check if it is Pangram or not. A pangram is a sentence containing every letter in the English Alphabet.E
...read more
C Language
C Programs
C Strings Programs
C Program To Remove Leading Zeros
Last Updated: 29 July 2022
Here, we will build a C Program to Remove leading zeros with the following 2 approaches:Using for loopUsing strspnTo remove all leading zero
...read more
C Language
C Programs
Picked
C Strings Programs
C Program to Determine the Unicode Code Point at a Given Index
Last Updated: 04 July 2022
Unicode is the encoding mechanism to assign a unique number to each character. The first 128 characters are assigned as ASCII value means Un
...read more
C Language
C Programs
Picked
C Strings Programs
Concatenating Two Strings in C
Last Updated: 28 November 2024
Concatenating two strings means appending one string at the end of another string. In this article, we will learn how to concatenate two str
...read more
C Language
C-String
C Programs
C Strings Programs
C Program to Print the Length of a String using Pointers
Last Updated: 05 December 2024
C language provides a built-in function strlen() but in this article, we will learn how to find and print the length of the string using poi
...read more
C Language
C-Pointers
C Programs
C Strings Programs
DSA
C Program to Replace a Word in a Text By Another Given Word
Last Updated: 11 March 2023
Given three strings 'str', 'oldW' and 'newW'. The task is find all occurrences of the word 'oldW' and replace then with word 'newW'. Example
...read more
Strings
C Language
C Programs
C Strings Programs
DSA
1
1
1
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !