#include <stdio.h> int main() { char greeting[] = "Hello"; printf("%s\n", greeting); return 0; }
Click Run to execute this code.