Referring to the sample code above,
what value does I contain?

Q

char s[] = {'a','b','c',0,'d','e','f',0};
int I = sizeof(s);

Referring to the sample code above,
what value does I contain?
1 3
2 6
3 7
4 8
5 9

✍: Guest

A
(This question has not been answered yet. If you know the answer, please share it in a comment below.)

2012-05-02, 3411👍, 0💬