Skip to content

Opening book details…

Can I read C Programming Basics and Pseudocode on EtoBox?

C Programming Basics and Pseudocode by Tahir Bacha is a document available to read on EtoBox.

What is C Programming Basics and Pseudocode about?

The main differences between keywords and identifiers in C are: Keywords: - Are reserved words that have special meaning in C and cannot be used as variable or function names. - Are predefined and their meaning cannot be changed. - Are written in lowercase only. Identifiers: - Are user-defined names for variables, functions, arrays, structures, unions, etc. - Their meaning can be defined by the programmer. - Must begin with a letter or underscore, can contain letters, digits and underscores. - Keywords

Author
Tahir Bacha
Language
EN