0
votes
2answers
277 views
Trimming blank spaces from a char array in C
My char array would be looking something like below,
Org_arr[1first line text------2second line text----3third line-------4--------------------5fith line text------];
where '- …
