Question: Write a definition for an array called cities of pointers to the strings Istanbul, Izmir, Ankara. There can be more than 1 correct answer, partial
Write a definition for an array called "cities" of pointers to the strings "Istanbul", "Izmir", "Ankara". There can be more than 1 correct answer, partial points will be given, penalty will be applied for wrong answers chark cities[3] = \{"Istanbul", "Izmir", "Ankara" ): char cities[3] = ("istanbul", "Izmir", "Ankara" \}: char cities] = " "Istanbul", "Izmir", "Ankara
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
