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