@hare-singh-nayak-WEmcz0
•
Oct 26, 2024
Oct 26, 2024
1.4K
What is out put of this program ?
hi CEns
could anyone explain in detail of this code.
#include<stdio.h>
main()
{
struct xx
{
int x;
struct yy
{
char s;
struct xx *p;
};
struct yy *q;...