Skip to content
Xiith
  • Home
  • C
  • C++
  • C#
  • Java
  • Python
  • Kotlin
  • R
  • Go
  • JavaScript
  • About us
Search for:
Menu Close
  • Home
  • C
  • C++
  • C#
  • Java
  • Python
  • Kotlin
  • R
  • Go
  • JavaScript
  • About us

C Program to check string is alphabet or not

In this program, You will learn how to check string is an alphabet or not in c. Some list of alphabet string: xiith, john, amit, abc Example: How to check…

Continue Reading C Program to check string is alphabet or not

C Program to compare two strings using pointers

In this program, You will learn how to compare two strings using pointers in c. 1st String: Abc 2nd string: Bbc Both strings are not equal Example: How to compare…

Continue Reading C Program to compare two strings using pointers

C Program to compare two strings without using strcmp

In this program, You will learn how to compare two strings without using strcmp in c. 1st String: Abc 2nd string: Bbc Both strings are not equal Example: How to…

Continue Reading C Program to compare two strings without using strcmp

C Program to replace all occurrences of a character in the string

In this program, You will learn how to replace all occurrences of a character in string in c. Enter a String: Sachin Tendulkar /* Replace a to @ */ After…

Continue Reading C Program to replace all occurrences of a character in the string

C Program to find the frequency of character in the string

In this program, You will learn how to find the frequency of character in string in c. The string is: Xiith t frequency is: 1 time in a string Example:…

Continue Reading C Program to find the frequency of character in the string

C Program to find a character in the string

In this program, You will learn how to find a character in string in c. The string is: Xiith character: t The character found: t Example: How to find a…

Continue Reading C Program to find a character in the string

C Program to count the number of uppercase lowercase

In this program, You will learn how to count a number of uppercase lowercase whitespaces and special symbols in c. [email protected]#343 C++ Total number of uppercase alphabets = 2 Total…

Continue Reading C Program to count the number of uppercase lowercase

C Program to convert lowercase string to uppercase

In this program, You will learn how to convert lowercase string to uppercase in c. hello abc => HELLO ABC welcome to xiith => WELCOME TO XIITH Example: How to…

Continue Reading C Program to convert lowercase string to uppercase

C Program to convert uppercase string to lowercase

In this program, You will learn how to convert uppercase string to lowercase in c. Hello Abc => hello abc Welcome to Xiith => welcome to xiith Example: How to…

Continue Reading C Program to convert uppercase string to lowercase

C Program to concatenate two strings without using strcat function

In this program, You will learn how to concatenate two strings without using strcat function in c. strcat(str1, str2); Example: How to concatenate two strings without using strcat function in…

Continue Reading C Program to concatenate two strings without using strcat function
  • Go to the previous page
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 12
  • Go to the next page

Recent Posts

  • JavaScript Program to find quotient without using the division operator
  • JavaScript Program to find quotient and remainder
  • JavaScript Program to print table of any number
  • JavaScript Program to find the largest of three characters
  • JavaScript Program to find the largest of three numbers using nested if
Xiith is created for educational, experimental, and schooling purpose. Examples on Xiith are made easier to make a better or basic understanding. Tutorials, testimonials, and examples are continuously checked to avoid delusion, but we cannot take complete responsibility of all programs on Xiith. When you are operating this site, you have to agree to read and accept our terms of use, cookie and privacy policy. Copyright © 2020 by Xiith. All Rights Reserved. About us.