What is the size of the following array declaration in 'C, if character requires one-byte memory space?
char name[]="abcde";
1
4 bytes
2
6 bytes
3
7 bytes
4
5 bytes
What is the size of the following array declaration in 'C, if character requires one-byte memory space?
char name[]="abcde";