Answers for "c static array declaration"

0

create static array in c

int a[10] = {0, 1, 2};
Posted by: Guest on May-17-2021

Browse Popular Code Answers by Language