Choose Category
#include <stdio.h> int main() { char string[] = "Hello World"; printf("%s\n", string); return 0; }