c++ terms

Quiz yourself by guessing what should be in each of the black rectangles below before clicking on it to display the answer.
        Help  

c++ term
Description
Example
int  whole number  -1, 0, 1  
double  decimal  -1.2, 0.1  
unsigned  non negative  1, 0, 2  
string  text  "Hello"  
!=  not equal to  5!=76  
==  equal to  5==5  
>=  greater or equal to  5>=4  
||  or  a||b  
&&  and  a&&b  
//  comment  //Program 1  


   

 
 

 
 

 
www.eapps.com




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