GeeksforGeeks » C/C++ Programming Questions
c array question
(2 posts)-
can we defined array without specifying size in c ?
-
int a[]={1,2,3,4,5};
Reply
You must log in to post.
Tags:
namit mishra
guest
Posted 5 months ago #
can we defined array without specifying size in c ?
int a[]={1,2,3,4,5};
You must log in to post.