hello
I need to do something like this:
for ex. if the N is 12 then, i will produce strings like "001" "002" "003" "004" ... "012"
if the N is 6 then, I will produce strings like "01" "02" ... "06"
is it possible to do that with standart string functions in C ?