Question

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

Answer

This answer is hidden. It contains 3 characters.