Hi
Can anyone help me in how to create two structs and link them
Like i need to create a struct employee that contains his name and id (and that should be for 10 employees ) and i want to create another struct called company which includes the struct employee array for those 10 employees
And after all that i want to let the user input the data and i should display it in a table by the end
Appreciate any help
Well on my laptop the second word employee is the one highlighted!
The errors are:
Syntax error: ‘[‘
Unexpected token(s) preceding ‘;’
Expected an identifier
Expected a ‘;’