Ask a New Question
Search
Questions and answers by
Snigdha
Answers (1)
struct Emp{ double d; char *str; int arr[11]; }emp[30]; emp[29].arr[10]=12; emp[0].d=3.5; emp[k].str="Hello";