I've written a program in C that should print out a message. However, it is not working. What is wrong with my program? char Name[] = "Robert"; printf("Your name is %s\n", name);

icon
Related questions
Question
8. I've written a program in C that should print out a message. However, it is not working. What is wrong with my program?
char Name] = "Robert";
printf("Your name is %s\n", name);
Transcribed Image Text:8. I've written a program in C that should print out a message. However, it is not working. What is wrong with my program? char Name] = "Robert"; printf("Your name is %s\n", name);
Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer