61
In the following C code, we can access the 1st character of the string sval by using . . . . . .
#include <stdio.h>
struct
{
char *name;
union
{
char *sval;
} u;
} symtab[10];. . Answer & Solution
Answer: Option
D
No explanation is given for this question. Let's Discuss on Board