Algorithms_in_C 1.0.0
Set of algorithms implemented in C.
|
#include <stdio.h>
Functions | |
int | main () |
Main function. More... | |
Problem 1 solution
An Efficient code to print all the sum of all numbers that are multiples of 3 & 5 below N.
int main | ( | void | ) |
Main function.