EEL4834 C Programming for EE Russel Section 01201 7 53329 UN
EEL4834: C Programming for E.E. Russel, Section 01.201 7 [#53329] UNIVERSITY OF WEST FLORIDA Workbench PREV NEXT O Exercise 10302 X deadline: 01/22/2017 11:59 PM freezes on: 01/23/2017 11:59 PM WORK AREA RESULTS Write a character string iteral representing the first word in this sentence 11 of 11: Wed Jan 18 2017 22:10:24 GMT-0600 (CST) SUBMIT
Solution
char *string_literal = \"Write\";
Full program
#include<stdio.h>
void main() {
char* string_literal = \"Write\";
printf(\"%s\ \", string_literal);
}
![EEL4834: C Programming for E.E. Russel, Section 01.201 7 [#53329] UNIVERSITY OF WEST FLORIDA Workbench PREV NEXT O Exercise 10302 X deadline: 01/22/2017 11:59 EEL4834: C Programming for E.E. Russel, Section 01.201 7 [#53329] UNIVERSITY OF WEST FLORIDA Workbench PREV NEXT O Exercise 10302 X deadline: 01/22/2017 11:59](/WebImages/47/eel4834-c-programming-for-ee-russel-section-01201-7-53329-un-1148571-1761617941-0.webp)