+ 1

Are all loops in programming the same

27th Jun 2017, 9:15 AM
joseph
joseph - avatar
4 Answers
+ 3
disagree,, if you look closer into how a loop works in languages, they differ from each other, but that, you as end developer in java or C won't notice the difference.
30th Jun 2017, 1:08 PM
Harm Zeinstra
Harm Zeinstra - avatar
0
Yes. Loop is a concept. And concepts are same for every language, because that's how computers work. The syntax (way to write) might be different, but the idea is always the same.
30th Jun 2017, 11:27 AM
Salekin
Salekin - avatar
0
I don't think everyone knows every language, so it's kinda unfare to say yes, but YES. The most big programming languages have the same kind of logic for loops, for end users like ?you? and me (a bit) at least. If you really want to get into this: http://www.knosof.co.uk/vulnerabilities/loopcntrl.pdf
30th Jun 2017, 1:14 PM
Harm Zeinstra
Harm Zeinstra - avatar
0
its true they function the same.....but the only difference is how they're written
7th Jul 2017, 3:59 AM
joseph
joseph - avatar