1.6 If an array is defined as static char a[10]; then the elements of a will be set to
A) an undetermined value
B) zero
C) blank character
D) character ‘~0’
If an array is defined as static char a[10]
July 5, 2021 in C and CPP
July 5, 2021 in C and CPP
1.6 If an array is defined as static char a[10]; then the elements of a will be set to
A) an undetermined value
B) zero
C) blank character
D) character ‘~0’