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


d) none of these

Computer Science & Information Technology

You might also like to view...

Why is this?

You have to #include as well as #include when you use a line of code such as ``` cout << setw(8) << 123456 << endl; ``` but not have to #include when you do the exact equivalent thing in ``` cout.width(8); cout << 123456 << endl; ```

Computer Science & Information Technology

A USB ________ is a small storage device that plugs into your computer's USB port and usually holds large amounts of information

Fill in the blank(s) with correct word

Computer Science & Information Technology

Briefly explain why the W3C discourages the use of tables for document layout.

What will be an ideal response?

Computer Science & Information Technology

A(n) _________ is designed to deliver malicious code into a device.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology