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
Westhampton Beach, New York

... 44, 28.2% from 45 to 64, and 20.7% who are 65 years of age or older. The median age is 44 years. For every 100 females there are 93.5 males. For every 100 females age 18 ...

 
 
 
This page was created in 25.2 ms