4. Identify the correct printf statement based on the desired display output as shown in table below, ONLY based on the
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
4. Identify the correct printf statement based on the desired display output as shown in table below, ONLY based on the
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