C Programs / Arrays declaration Initialization C Program

Program Name

Write a C Program for Arrays declaration Initialization C Program.
Theory
Arrays declaration for its data type and Initialization the array by giving values
Program Code


Input
1 2 3 4
Output
A Matrix Values 1 2 3 4
Online C Compiler (To copy paste and Run the c program)


Home     Back