World's most versatile flashcards

or...
Reset Password Sign Up

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  


   


 

 

 
Follow us on Twitter
Be a StudyStack fan on Facebook
www.eapps.com




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