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...
On a web page, the __________ specifies what information to display and the __________ specifies how that information should be displayed.
a. HTML, JavaFX b. code, CSS c. HTML, CSS d. CSS, HTML
Computer Science & Information Technology
When records are arranged in ____ order, it means that they are arranged from highest to lowest value.
A. ascending B. bubble C. descending D. ordinal
Computer Science & Information Technology