Computer Science, asked by jackz111, 1 month ago

How does the object oriented programming works ? Please explain ​

Answers

Answered by llsll0123456
8

\huge{\underline{\mathtt{\red{A}\pink{N}\green{S}\blue{W}\purple{E}\orange{R}}}} ⬆️

Attachments:
Answered by llsll00123456
0

\huge\mathbb\fcolorbox{purple}{lavenderblush}{✰αηsωεя࿐}

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