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

C Program to print student details using a structure

In this program, You will learn how to print student details using structure in c. struct struct_name { //statement }; Example: How to print student details using structure in c.…

Continue ReadingC Program to print student details using a structure

C Program to add two numbers using pointers with structure

In this program, You will learn how to add two numbers using pointers with the structure in c. struct Test *ptr, t; Example: How to add two numbers using pointers…

Continue ReadingC Program to add two numbers using pointers with structure

C Program using pointers with structure

In this program, You will learn how to implement pointers with the structure in c. struct Test *ptr, t; Example: How to implement pointers with the structure in c. #include<stdio.h>…

Continue ReadingC Program using pointers with structure

C Program to add two numbers using a structure

In this program, You will learn how to add two numbers using structure in c. struct Test { int x, y, z; }; Example: How to add two numbers using…

Continue ReadingC Program to add two numbers using a structure

C Program using a structure

In this program, You will learn how to create a simple structure program in c. struct Test { int x, y; }; Example: How to create a simple structure program…

Continue ReadingC Program using a structure

C Program to check strings are anagram or not

In this program, You will learn how to check strings are anagram or not in c. Enter first string: triangle Enter second string: integral If Both string characters are the…

Continue ReadingC Program to check strings are anagram or not

C Program to find union and intersection of two strings

In this program, You will learn how to find union and intersection of two strings in c. 1st is: a b c d e 2nd is: d e f The…

Continue ReadingC Program to find union and intersection of two strings

C Program to remove spaces from a string

In this program, You will learn how to remove spaces from a string in c. X i i t h After remove spaces: Xiith Example: How to remove spaces from…

Continue ReadingC Program to remove spaces from a string

C Program to sort string in alphabetical order

In this program, You will learn how to sort string in alphabetical order in c. List of unsorted string: abc, kbc, xiith, john List of sorted string in alphabetical order:…

Continue ReadingC Program to sort string in alphabetical order

C Program to check string is alphanumeric or not

In this program, You will learn how to check string is alphanumeric or not in c. Some list of alphanumeric string: xiith123, john34, amit23, abc_98 Example: How to check string…

Continue ReadingC Program to check string is alphanumeric or not
  • 1
  • 2
  • 3
  • 4
  • …
  • 12
  • Go to the next page

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 © 2021 by Xiith. All Rights Reserved. About us.