I understand that it is possible to access variables dynamically in JavasScript, but doing this in C, I do not find anywhere.
Follow the code in Javascript:
var n1,n2,n3,n4,n5;
n1 = n2 = n3 = n4 = n5 = 0; // define que todas essas variáveis...
asked by
09.01.2016 / 05:01