Talk:C (programming language): Difference between revisions

Content deleted Content added
Hirzel (talk | contribs)
No edit summary
Remove for vs. while notes
Line 40:
----
Are we talking commercial apps or what? VB is insanely popular inside IT departments, but for commercial software its always been limited by that damn runtime DLL. C++ seems to rule commercial apps. As for C, its probly less common on windows than C++ at this point.
 
----
Are ''for''-loops really unusual in C?
 
There are three looping statement, for, while and repeat. I would say that for or while are the most used and repeat is rarely used. --[[User:Bernfarr|Bernfarr]]
 
-- So let's then correct the passage where it is claimed that the ''for'' statemenent is rarely used and instead a ''while'' substitute is given.