What should i start first in programming ?
Is you are an absolute beginner, you should first learn some basic programming principles like writing flow of control, loops, conditions and so on.
As this is not possible to experiment with this without feedback from the programm, you also will have to study basics of input and output.
The best way to study all this I think is to study pure C first. But without all memory managment and address arithmetics.