C++ Programming Tutorial 66 - Const Modifier

preview_player
Показать описание


~~~~~~~~~~~~~~~ CONNECT ~~~~~~~~~~~~~~~

~~~~~~~~~~~~~~ SUPPORT ME ~~~~~~~~~~~~~~

🅑 Bitcoin - 3HnF1SWTzo1dCU7RwFLhgk7SYiVfV37Pbq
🅔 Eth - 0x350139af84b60d075a3a0379716040b63f6D3853
Рекомендации по теме
Комментарии
Автор

There's not many const-ants in this world, but Embarcadero ads seem to be one of them.

PunmasterSTP
Автор

Now explain - “const int *” vs “int * const” vs “const int * const”

memsom
Автор

tried to do
void print_array(int data[int size])
my IDE did not approve :'(

musicraftmenship
Автор

actually, I didn't get the point here

mzba