0 votes
by (120 points)
What is the \x26amp; used for in C++?

1 Answer

0 votes
by (1.3k points)
The ampersand (&) normally means "and" as in Jones & Company. ... In programming, a double ampersand is used to represent the Boolean AND operator such as in the C statement, if (x >= 100 && x >= 199).

Related questions

0 votes
1 answer
0 votes
1 answer
asked May 29, 2021 by grids (120 points)
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked Aug 22, 2021 by 1d4means (120 points)
0 votes
1 answer
asked Aug 21, 2021 by meaning (740 points)
0 votes
1 answer
asked Aug 15, 2021 by brbusb (120 points)
0 votes
1 answer
asked Aug 14, 2021 by hdmi (800 points)
0 votes
1 answer
0 votes
1 answer
...