Changes

Jump to navigation Jump to search
60 bytes added ,  16:00, November 30, 2008
Rearranged for easier understanding, corrected spelling, clarified context.
Line 1: Line 1: −
'''String concatenation''' in very simple terms is the joining of two strings.  
+
In computer programming, a string is a series of characters.  The characters can be [[alphabet]]ic, numeric or special characters, or a combination thereof. '''String concatenation''', in very simple terms, is the joining of two strings. A numeric string must be converted to a numeric type before it can be used in calculations. Concatenation is language dependent and may have different operators depending on the computer programming language used.  
 
  −
A string is a group of characters that can be [[alphabet]]ic, numeric or special characters.
  −
 
  −
A numeric string must be converted to a numeric type before it can be used in calculations.  
  −
 
  −
Concatenation is language dependant and may have different operators depending on the computer programming language used.  
      
  '''Example'''
 
  '''Example'''
1,837

edits

Navigation menu