lines in 1 sec

how many lines of a code in c can run in 1 sec???

I don’t understand what you mean by this question.

If you are talking about time taken to execute, it doesn’t depend on how lengthy your code is. It depends on what algorithms(that implying their complexity) you used in cracking the logic. And the amount of input you are giving.