Algorithms_in_C  1.0.0
Set of algorithms implemented in C.
sol1.c File Reference

Problem 1 solution More...

#include <stdio.h>
Include dependency graph for sol1.c:

Functions

int main ()
 Main function.
 

Detailed Description

Problem 1 solution

An Efficient code to print all the sum of all numbers that are multiples of 3 & 5 below N.