Mega Code Archive

 
Categories / C Tutorial / Printf Scanf
 

Escape Sequence

Escape sequences are the special directives used to format printing. For example, \n indicates that the next printing should start from the first column of the next line.