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
Eurofighter

... GR3A[?]. The Tornados will be replaced from 2006-2010, and the Jaguars from 2010-2014. Initial deliveries of the Typhoon to the RAF have begun. The first unit t ...

 
 
 
This page was created in 22.9 ms