What is algorithm to sum two natural numbers using c?

Answer:

There is no algorithm. To add two numbers just put a + between them.

int a = 1 + 2;

First answer by Moobler. Last edit by Moobler. Contributor trust: 354 [recommend contributor recommended]. Question popularity: 1 [recommend question].