0
for( i = 1; i < n; i++)
give me the TC of this code
3 odpowiedzi
+ 3
The code will give error in each language:
for(i = 1; i < n; i++)
What programming language you mean and want to tag?
What means TC?
+ 1
The output is 2 ? i++ is adding one?
+ 1
error cuz var i data type is not mentioned here