Skip to content

Commit c47cfe9

Browse files
Update weeklycontent.html
1 parent c1877dd commit c47cfe9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

weeklycontent.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ <h3>Function Advantages:</h3>
799799
</div>
800800
</div>
801801
<div id="saturday-content-week1" class="day-content day-section">
802-
<h2>Mindmash</h2>
802+
<h2>Brain Cache</h2>
803803
<div class="content-block">
804804
<h3>1. How can a C programmer separate function declarations and avoid multiple inclusions?</h3>
805805
<ol>
@@ -1124,7 +1124,7 @@ <h3>Code Explanation:</h3>
11241124
</div>
11251125
</div>
11261126
<div id="saturday-content-week2" class="day-content day-section">
1127-
<h2>Mindmash</h2>
1127+
<h2>Brain Cache</h2>
11281128
<div class="content-block">
11291129
<h3>1.What does a control structure do in programming?</h3>
11301130
<ol>
@@ -1468,7 +1468,7 @@ <h3>When Should You Use VLAs?</h3>
14681468
</div>
14691469
</div>
14701470
<div id="saturday-content-week3" class="day-content day-section">
1471-
<h2>Mindmash</h2>
1471+
<h2>Brain Cache</h2>
14721472
<div class="content-block">
14731473
<h3>1. Define what a "function" is in C programming, and explain how its use contributes to better code quality.</h3>
14741474
<h5><strong>Expected answer</strong></h5>
@@ -1818,7 +1818,7 @@ <h3>Output:</h3>
18181818
</div>
18191819
</div>
18201820
<div id="saturday-content-week4" class="day-content day-section">
1821-
<h2>Mindmash</h2>
1821+
<h2>Brain Cache</h2>
18221822
<div class="content-block">
18231823
<h3>1. What is the output of the following code?</h3>
18241824
<pre><code>int a = 10;
@@ -2233,7 +2233,7 @@ <h3>Output:</h3>
22332233
<div id="saturday-content-week5" class="day-content day-section">
22342234
<h2>Brain Cache</h2>
22352235
<div class="button-container" style="text-align: center; padding: 15px;">
2236-
<p style="text-align: center; font-style: italic; color: #555;">Quiz goes live on <strong>28/6/25</strong> at <strong>6.00 PM IST</strong>!</p>
2236+
<p style="text-align: center; font-style: italic; color: #555;">Quiz goes live <strong>today</strong> at <strong>6.00 PM IST</strong>!</p>
22372237
<button class="nav-button" onclick="window.location.href='quiz.html';">Quiz</button> </div>
22382238
</div>
22392239

0 commit comments

Comments
 (0)