Question: Problem 3: Character arrays and strings (5 marks) What are possible outputs of the following code? Circle all correct answers. #include 2 int main() {

 Problem 3: Character arrays and strings (5 marks) What are possible

Problem 3: Character arrays and strings (5 marks) What are possible outputs of the following code? Circle all correct answers. #include 2 int main() { char x [5] = "Hello world!"; printf("%s, ", x); printf("%c ", x+7); a) program will not compile b) Hello world!, W c) Hello, w d) Hello, o

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!