C++ terms(set 1)

 
 

 
 

 
 

 
 
 
 
Teachers & Webmasters: If you would like a word scramble activity on your web page for a particular word, enter the word in the space below, then click generate script. Then copy the script below and paste it into your web page.
 
Word:
 

 

 
www.eapps.com




Copyright ©2001-2008 John Weidner All rights reserved.
About -  Terms of Service -  Privacy Statement



c++ term Description Example
intwhole number-1, 0, 1
doubledecimal-1.2, 0.1
unsignednon negative1, 0, 2
stringtext"Hello"
!=not equal to5!=76
==equal to5==5
>=greater or equal to5>=4
||ora||b
&&anda&&b
//comment//Program 1