In the following C code, we can access the 1st character of the string sval by using _______ #include <stdio.h> stru
Posted: Wed Jul 13, 2022 7:54 pm
a) *symtab.u.sval
b) symtab.u.sval[0].
c) You cannot have union inside structure
d) Both *symtab.u.sval & symtab.u.sval[0].
b) symtab.u.sval[0].
c) You cannot have union inside structure
d) Both *symtab.u.sval & symtab.u.sval[0].