0% found this document useful (0 votes)
2 views1 page

C Programming Weekly Target

This week's focus in C programming includes arrays, strings, an introduction to pointers, and basics of recursion. Students are tasked with completing the Number Stats Tool and writing separate functions for input, stats calculation, and output. An optional challenge is to implement a recursive factorial calculator.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views1 page

C Programming Weekly Target

This week's focus in C programming includes arrays, strings, an introduction to pointers, and basics of recursion. Students are tasked with completing the Number Stats Tool and writing separate functions for input, stats calculation, and output. An optional challenge is to implement a recursive factorial calculator.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Weekly Target – C Programming

✅ Covered:
- Variables

- Conditionals

- Loops

- Functions (intro)

🎯 This Week's Focus:


1. Arrays & Strings

2. Intro to Pointers

3. Recursion Basics (e.g., factorial)

Practice Task:
- Complete and understand the Number Stats Tool

- Try writing a version using separate functions for:

a. Input

b. Stats calculation

c. Output

Optional Challenge:
- Implement a recursive factorial calculator

You might also like