prog.c: In function ‘main’:
prog.c:19:78: error: ‘ti’ undeclared (first use in this function)
while(fscanf(data,"%s %d %d %d %d",t[time],&a[time],&b[time],&c[time],&d[ti me])==5)
^
prog.c:19:78: note: each undeclared identifier is reported only once for each function it appears in
prog.c:19:81: error: expected ‘]’ before ‘me’
while(fscanf(data,"%s %d %d %d %d",t[time],&a[time],&b[time],&c[time],&d[ti me])==5)
^
prog.c:29:5: error: expected declaration or statement at end of input
}
^
prog.c:29:5: warning: control reaches end of non-void function [-Wreturn-type]
}
^