im trying to read a full file using fscanf and storing it to 1 variable
inside the file i have tried i few tests like

test test test
test test test
test test test

i can only get it to read 1 of the tests.is there a simple way to read the entire file and store it to one variable?
thanks