- Comma between[3] and [5] ,not terminated
- Space between [3] and [5]
Related Post
Write a C program for the implementation of matrix addition and subtraction. MATRIX ADDITION Program: #include<stdio.h> void main(){ int a[3][3],b[3][3],c[
Define Union union is formally the same as that of a structure, except for the keyword union in place of struc
What are the properties of an array? The type of an array is the data type of its elements The location of an array is the locati
Write a c program to implement the array of pointers program
Define the term Array and list types of arrays? Define: Array is the list of items of the same data type. Types: One dimensional array Two
Write a different between compile time and run time. compile time: int number[3]={0,0,0}; &nb
0 Comment "Find errors if any in the following statements i) int matrix[3],[5] ii) int matrix[3] [5];"
Post a Comment
Click to see the code!
To insert emoticon you must added at least one space before the code.