C
Programming and Technical
Logical Reasoning
Coding Decoding
#include
main()
{
struct xx
{i
nt x;
struct yy
{
char s;
struct xx *p;
};
struct yy *q;
};
}
Read Solution (Total 1)
-
- its compile time error
- 7 years agoHelpfull: Yes(0) No(0)
C Other Question