#include <stdio.h> struct test { int array[10]; char ch; };
44
Previous Question Next Question
Your comments will be displayed only after manual approval.