answersLogoWhite

0


Best Answer

Technically speaking, you can create a useful, functional C program that consists solely of statements involving only the C keywords. However, this is quite rare because C does not provide keywords that perform such things as input/output (I/O) operations, high-level mathematical computations, or character handling.

for more details visit:

http://free4ebook.com/The%20Library%20and%20Linking.html

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

write an interactive program in c to manage a library information system

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

Use a project file: it can contain C sources, object modules and libraries.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What Library and linking of turbo c?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Does windows XP supports the turbo c plus plus graphics?

You should actually turn the question around: does the Turbo C++ graphics library support Windows XP? The answer is yes it does, provided you are using a version of Turbo C++ for Windows XP and above.


How do you create an own library in turbo c?

With TLIB.EXE. TLIB mylib.lib /C /E +myfile1.obj +myfile2.obj ...


How do you create own library 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)


What is the differentiate of turbo c from turbo c plus plus?

Turbo C compiles c source. turbo c++ compiles c++ source code.


What is the explanation for the concept of dynamic linking?

Dynamic linking is accomplished by placing the name of a sharable library in the executable image. Actual linking with the library routines does not occur until the image is run, when both the executable and the library are placed in memory. An advantage of dynamic linking is that multiple programs can share a single copy of the library.


What is the difference between dynamic and static linking?

in a standard C# program, various built-in-functions, which are invoked by the program, are resolved to a library during compilation. the library contains code for these functions. the compiler identifies the library required for the function and copies the code from the library to the program. this technique is called static linking. when a program is compiled, the compiler does not copy the code from the library to the program. instead, the compiler inserts a reference, consisting of the name of the library and function, in the program. the reference is looked up at run time. this is called dynamic linking.


How turbo c executes c as well as c?

turbo c cannot execute c++ as well..since c++ is the superset of c .the cprograms can be compiled in turbo c++.


Syntax of turbo c?

+ += - -= * *= / /= % %= = == != <= >= & && | ^ ~ << <<= >> >>= , [] () are the basic operator in TURBO C


What are the basic operator in turbo c?

+ += - -= * *= / /= % %= = == != <= >= & && | ^ ~ << <<= >> >>= , [] () are the basic operator in TURBO C


What is the possible reason if the turbo C compiler displays an error like this Illegal use of floating point?

Floating-point library not linked in.


What is difference between Turbo and Borland C?

turbo is word to do the programming language in c & c++ and i do no about borland


Is there any difference between turbo c and c plus plus?

turbo c is a compiler and c++ is a programming language.