Program Name
Write a C Program for Charater Array in C program. |
Theory
Charater Array in C language is a collection of characters all are of similar data type.
|
Program Code
|
Input
wisdom
|
Output
Printing Character Array:
wisdom
|
Online C Compiler (To copy paste and Run the c program)
|