Current Affairs for Upcoming Exams

Current Affairs 2026

Daily Current Affairs & Current Affairs Quiz for Government Exams

📖 Current Affairs 2026

SarkariResulti पर प्रतियोगी परीक्षाओं की तैयारी करने वाले विद्यार्थियों के लिए Latest Current Affairs, National Affairs, International Affairs, Sports, Banking, Economy, Government Schemes, Awards, Appointments और Science & Technology से संबंधित महत्वपूर्ण जानकारी उपलब्ध कराई जाती है।

💡 कैसे काम करेगा?

जब आप कोई नई post publish करेंगे और उसमें Current Affairs category select करेंगे, वह नीचे Latest Current Affairs section में automatically दिखाई देगी।

इसी तरह Current Affairs Quiz category की post automatically Quiz section में दिखाई देगी।

🔥 Latest Current Affairs 2026

⏳ Latest Current Affairs Loading...

📝 Current Affairs Quiz 2026

Daily Current Affairs Quiz हल करें और अपनी तैयारी को Test करें।

⏳ Current Affairs Quiz Loading...

📚 Current Affairs Categories

🇮🇳 National Affairs
🌎 International Affairs
🏆 Sports
💰 Banking & Economy
🏛️ Government Schemes
🏅 Awards & Honours
👤 Important Appointments
🔬 Science & Technology

📢 Latest Government Job Updates

Government Jobs, Private Jobs, Railway Jobs, Admit Card, Results और Current Affairs की latest updates के लिए SarkariResulti से जुड़े रहें।

'; return; } /* * QUIZ POSTS */ if(type === "quiz"){ posts.forEach( function(post){ const box = document.createElement( "div" ); box.className = "sri-ca-quiz-item"; const date = new Date( post.date ).toLocaleDateString( "en-IN", { day:"numeric", month:"short", year:"numeric" } ); box.innerHTML = '

' + '' + post.title.rendered + '' + '

' + '
' + '📅 ' + date + '
'; container.appendChild( box ); } ); return; } /* * NORMAL CURRENT AFFAIRS */ posts.forEach( function(post){ const box = document.createElement( "article" ); box.className = "sri-ca-post"; const date = new Date( post.date ).toLocaleDateString( "en-IN", { day:"numeric", month:"short", year:"numeric" } ); /* * Clean Excerpt */ const temp = document.createElement( "div" ); temp.innerHTML = post.excerpt.rendered; let excerpt = temp.textContent || temp.innerText || ""; excerpt = excerpt.substring( 0, 150 ); if( excerpt.length >= 150 ){ excerpt += "..."; } box.innerHTML = '
' + '📅 ' + date + '
' + '

' + '' + post.title.rendered + '' + '

' + '
' + excerpt + '
'; container.appendChild( box ); } ); } ) .catch( function(error){ console.error( "SarkariResulti:", error ); container.innerHTML = '
' + '' + 'Content load नहीं हो पाया।' + '' + '

' + 'Category slug check करें: ' + '' + slug + '' + '
'; } ); } } );

This website uses cookies.