Title of the Article : ?:

In computer programming, ?: is a ternary operator that is part of the syntax for a basic conditional expression in several programming languages. It is commonly referred to as the conditional operator. It originally comes from BCPL, whose equivalent syntax for e1 ? e2 : e3 was e1 -> e2, e3. Languages derived from BCPL tend to feature this operator.

[Last contributor : Dan Pelleg , Content under LGPL licence]

Detailed statistics

Number of views for this article Number of quality votes for this article Number of votes 'not clear' for this article Number of votes 'wrong' for this article
daily 1 0 0 0
global 47 6 12 6
This is a quality article
This article is not clear!
This article is wrong

Participate in this top by giving your opinion on the quality of this article short resume and by giving a general rating.
Register in order to improve your reputation and so the weight of your opinion.

Please wait...
Item popularity: 3.1/5 (7 vote cast)

Categories related to this article

Articles with example C++ code

Comments