C Programs / Strings in C program

Program Name

Write a C Program for Strings in C program.
Theory
String in c language is a collection of characters.
Program Code


Input
Enter a String/Name: wisdom
Output
Print Given String/Name Character wise
w	i	s	d	o	m	
Print  Given String/Name: wisdom
Online C Compiler (To copy paste and Run the c program)


Home     Back