answersLogoWhite

0


Best Answer

by using structure in c.........

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you create modules in c language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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 language was used to create C?

B


How c language helps in operating system?

c language helps to create securities create several programs to build the software{operating systems.


Why are dbms bundled with powerful programming language modules?

DBMSs are usually bundled with powerful programming language modules. why


How you create table in c language?

The simplest way to create a table in C is to use a two-dimensional array.


How can embedded the assembly language in c?

Compiler-dependent, in real life you should never do that, write separated Assembly modules instead.


How you can make c program of attendance record system?

how can create a attendece sheet in c language


How do you create booking form in c language?

using structures and classes


Who create c language?

Dennis Ritchie at AT&T Bell Laboratories.


Can you create class in 'c'?

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.


What is thread in c language?

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


Whether c language is a system software or application software?

The C language is used to create applications, but cannot be really called an application itself. It is a tool to create an application, and with a compiler, which is a piece of system software, it takes the language and creates an application with it by converting the language into a form a computer and operating system can understand.