Compilation, linking, library-creation is not defined in the C-language standards, so it is platform-dependent. The core of it: create the objects modules, and find a library-creating utility (TLIB.EXE, ar, etc)
DBMSs are usually bundled with powerful programming language modules. why
how can create a attendece sheet in c language
Dennis Ritchie at AT&T Bell Laboratories.
thread is not specific to C-language. Use wikipedia to find out what threads are, and use Posix Threads (or pthreadsfor short) to create multi-threaded programs in C
Compilation, linking, library-creation is not defined in the C-language standards, so it is platform-dependent. The core of it: create the objects modules, and find a library-creating utility (TLIB.EXE, ar, etc)
B
c language helps to create securities create several programs to build the software{operating systems.
DBMSs are usually bundled with powerful programming language modules. why
The simplest way to create a table in C is to use a two-dimensional array.
Compiler-dependent, in real life you should never do that, write separated Assembly modules instead.
how can create a attendece sheet in c language
using structures and classes
Dennis Ritchie at AT&T Bell Laboratories.
Class acts as an encapsulation of attributes and methods, that is used by an object oriented programming (OOP) language. Since C is not an OOP, its a structural programming language, one can not create classes in C. That is why OOP version of C was developed called C++, where one can work with classes.
thread is not specific to C-language. Use wikipedia to find out what threads are, and use Posix Threads (or pthreadsfor short) to create multi-threaded programs in C
Mainly to translate C sources into objects modules.