Encyclopedia > Curly brace family

  Article Content

Curly brace family

The curly brace family of programming languages is said to include C, C++, Java and C# among others. The name derives from the common syntax of the languages, where blocks of statements are enclosed in curly braces. For example:

 for (int i = 0; i < 10; i++) {
   printf("%d", i);
   doTask(i);
 }



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
Shoreham, New York

... There are 163 housing units at an average density of 143.0/km² (366.8/mi²). The racial makeup of the village is 95.20% White, 0.00% African American, 0.00% ...

 
 
 
This page was created in 43.1 ms