cfp 1 Flashcards
is a general-purpose, high-level language
c programming
c programming is developed by [ ] for the Unix operating system
Dennis Ritchie
is a set of built-in functions, created by the programmers of the c programming language
library
is the code that is called by the compiler to execute the program
main part of the code
it is what the program would execute
the body of the program
the exit status of the program
return 0;
contains functions that you could use in your program
header file
two types of header file
- pre-existing header files
- user-defined header files
files which are already available in compiler
pre-existing header files
files defined by user
user-defined header files
any programming language requires a specific [ ] for the program to run
syntax
the proper way for programmers to communicate with the computer
syntax
with proper syntax, [ ] can be minimized
errors
has a series of predefined functions embedded in the header files in the c library
header files
input/output functions
stdio.h
general utility functions
stdlib.h
string functions
string.h
mathematics functions
math.h
character handling functions
ctype.h
are the smallest individual unit in the c program
c tokens