18-04-2024, 02:34 AM
I have to code a program in C that let me sum up a lot of numbers but just every other value of a bigger number, for example, the number 1234, a just have to sum 1 and 3. My question is, how do I access these numbers, is there an easy way to do it??