There are many different ways to go about doing this. The way to do it if you want the option of being able to easily maintain the questions and answers is to put them in an XML file. You could then use XMLDocument to load the questions and answers at runtime. You XML file would look something like this:
What is the capital city of Russia?
Moscow
Bangkok
Beijing
Islamabad
You can parse this in C# using XMLDocument.