How does the object oriented programming works ? Please explain
Answers
Answered by
8
⬆️
Attachments:
Answered by
0
Array elements can be initialized with data items of type int, char etc. Ex:- int a[5]={10,15,1,3,20};
If the number of values to be initialized is less than the size of the array, then the elements will be initialized to zero automatically. Ex:- int a[5]={10,15}
Attachments:
Similar questions
English,
28 days ago
Social Sciences,
28 days ago
Physics,
28 days ago
Chemistry,
1 month ago
English,
1 month ago
English,
9 months ago
Physics,
9 months ago
Political Science,
9 months ago