4. Identify the correct printf statement based on the desired display output as shown in table below, ONLY based on the
Posted: Fri May 20, 2022 11:14 am
statement based on the desired display output as shown in table below, ONLY based on the manipulation of the variable str1, str2, year, and month. char str1[20] = "We enter to"; char str2[20] = "COVID-19 pandemic; int year = 2022; float month = 0.5; No. printf Statement a) Expected Display Output We enter to COVID-19 pandemic 2022 We enter to <Tab> COVID-19 pandemic 2022 We enter to COVID-19 pandemic 2022.5 b) c)
4. Identify the correct printf