What is the output of this program?
int main()
char str[14] = "Letsfindcourse";
printf("%s\n", str);
return 0;
}
Answers
Answered by
2
14
Similar questions