I\'m doing a sample Quiz application in Android. I used array to store the Questions and Answers, now I wish to store the questions and answers in a .csv file.
CSV stands for Comma-Separated Values. Quite good explanation can be found at wiki: CSV.
Since you're programming on Android platform consider using one of availible Java libraries such as OpenCSV or JavaCSV.