i want to make the sum of very large numbers. My question is can i use it with a long type? cause now i use a double it works fine but i don't wanna use floats just positive numbers... maybe a long unsigned???
also what is l used for %lf?
ex: scanf("%lf",&getala);
also what is l used for %lf?
ex: scanf("%lf",&getala);