Suppose I have prepared a question & answer program for which I have created a text file containing questions & answers. Now when I want to pass on this program I have to pass two files.(txt file & program file)
Can I include that text file in the program permanently? (I know file handling)