Conditional structures/C: Difference between revisions

Content added Content deleted
m (→‎if-then-else: consistent indent; removed {{works with}})
m (→‎switch: removed {{works with}})
Line 52: Line 52:


===switch===
===switch===
{{works with|gcc|4.1.2}}


<lang c>int main (int argc, char ** argv) {
<lang c>int main (int argc, char ** argv) {