include '../config.php'; include 'init.php';
$title = "Cricketer and Country Quiz | Questions and Answers on the Mobile | Competitive Exams";
$description = "Quiz on Cricketer and Country Quiz. GK Quiz Questions and Answers on the Mobile, Online Exams, Competitive Exams";
?>
include '../header.php' ?>
Cricketer - Country Quiz
Match the correct combination.
if (isset($_POST['question_id'])) { include 'result5.php'; }
$category = "Cricketer and Country" ;
$q_desc1 = "Cricketer " ;
$q_desc3 = " played for which country ?" ;
//Reverse
$q_desc1r = "Which Cricketer played for " ;
$q_desc3r = " ?" ;
if ($attempt < $totalQ) { include 'question5.php'; }
?>
include '../footer.php'; ?>