Embed presentation
Download to read offline

The document describes a C program that computes a sum based on nested loops. The function 'fun' takes an integer 'n' and adds odd integers starting from 'j' up to 'n'. The program calls this function with 'n' equal to 6 and prints the result.
