Question

What would be the output of the following statement?
char* value = 'hello';
printf( '%s', value );
(a) h
(b) hello
(c) value
(d) none of these

Answer

This answer is hidden. It contains 3 characters.