Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

The GNU C Programming Tutorial - Typographical errors

Node:Typographical errors, Next:, Previous:Errors, Up:Errors



Typographical errors

The compiler can sometimes fail for very simple reasons, such as typographical errors, including the misuse of upper- and lower-case characters. The C language is case-sensitive. Unlike languages such as Pascal and some versions of BASIC, C distinguishes between upper- and lower-case letters, such as A and a. If a letter is typed in the wrong case in a critical place in the source code, compilation will fail. This is a potential source of errors that are difficult to find.

 
 
  Published under free license. Design by Interspire