C++ Tutorial | Arrays in C++ | Initializing array using method 2 – Direct Compound Initialization

Опубликовано: 09 Апрель 2026
на канале: Family Computer Centre
13
0

C++ is a general-purpose programming language created by Bjarne Stroustrap as an extension of the C programming language, or "C with Classes". Array is a kind of variable which is used to store more than one value of the same type with same name. In this video you will learn how to initialize it using the direct compound assignment method