include '../config.php'; include 'init.php';
$title = "States and Capital Quiz | Questions and Answers on the Mobile | Competitive Exams";
$description = "Quiz on States And Capital Quiz. GK Quiz Questions and Answers on the Mobile, Online Exams, Competitive Exams";
?>
include '../header.php' ?>
States and Capital - Quiz
Match the correct combination.
if (isset($_POST['question_id'])) { include 'result5.php'; }
$category = "States And Capital" ;
$q_desc1 = "Name the Capital of " ;
$q_desc3 = " ?" ;
$q_desc1r = "" ;
$q_desc3r = " is Capital of which state?" ;
if ($attempt < $totalQ) { include 'question5.php'; }
?>
include '../footer.php'; ?>