I am just starting out in C, i am doing this from what i remembered from the class i take and i just cant find whats wrong with this
#include <stdio.h>
int main() {
char lol[30] = ("hello everybody");
printf("%c", lol);
return 0;
}
when i compile, i just keep getting random symbols.