C and unions questions… Please don’t answer unless you areconfident. And don’t copy work. I put runtime but I’m notcertain.
What is the output of the following program, where the zu format specifier in the printf statement below displays the result of sizeof as a decimal integer? #include <stdio.h> #include <string.h> typedef union f int *i1; int *12; u; int main() U temp; int i 5e; temp . il &i; printf(“%zu and %dn”, return 0; sizeof(temp), *(temp
OR
OR