Solving Stray error in CPP during compilation
You may noticed error saying " Stray error in the line ...".What you want to do is that you want to delete the whole line ,where the compiler say there is an error.. and RETYPE the whole line.Thats the only reason to solve the issue.... This is because there will be some special character which may not be visible.We need to avoid these special characters and then compile...