Toggle navigation
Log in
Sign Up
Log in
Sign Up
Appium
C
C#
C++
Docker
Go
Informatica
Java
JavaScript
Kafka
Numpy
Oracle
Pandas
PHP
Python
R
React Native
Scipy
SFTP
Tableau
Teradata
TGMC
UNIX
Search
C
Add a new snippet
Algorithms
13
Applications
5
Arithmetic Operations
2
Array
8
Basics
27
Compiler Design
1
Control Statements
4
Conversion Functions
1
Data Structures
12
Data Type
1
Date Functions
1
File
36
Keywords
1
Loops
1
Math Functions
30
Math Snippets
43
Memory Management
3
Misc
4
Networking
4
Operators
6
Pointers
17
String Functions
30
String Snippets
29
System Software
10
Utility Snippets
1
Choose Category
Swapping two strings with Temporary Variable
Vowel Or Not
Print star pattern
Print Diamond Pattern
Pascal triangle
Reverse string
Palindrome
Remove vowels string
substring
Sorting String
Remove spaces,blanks from a string
Find frequency of characters in a string
Anagram
Check vowel using switch statement
Function to check vowel
skip the integer between the two strings
String Length - Without using strlen
Function to find string length
compare two strings without using strcmp
Reverse a string using pointers
Reverse a string using recursion
Palindrome without using string functions
Palindrome using functions
Remove vowels string using pointers
substrings of a string
Remove spaces, blanks from a string using pointers
Change string to lower case without strlwr
Change string to upper case without strupr
String concatenation without strcat