Weekly Challenge #3 – File Handling & Advanced Topics
Advanced contest covering file operations, exception handling, and advanced language features. This contest has finished.
Contest finished on 2 January 2026 at 04:38 am. View your performance below.
Your Performance
Score
0 / 250
Problems Solved
0 / 9
Progress
Contest finished. Your final score (locally) was 0 / 250. Rankings are stored only on your browser. For real leaderboards, we'll add login + cloud storage later.
Contest Rules
Problems
Write a C program to count the number of characters in a file.
Write a C++ program to read data from a file and write results to another file.
Write a C++ template function to find maximum of two numbers (works with int, float, double).
Write a C++ program to divide two numbers with exception handling for division by zero.
Write a Java program to handle division by zero exception using try-catch.
Write a Java program to read from a file and write to another file using FileReader and FileWriter.
Write a Python program to read from a file and write processed data to another file.
Write a Python program to handle division by zero and invalid input exceptions.
Write a Python generator function to generate Fibonacci numbers up to n terms.