answersLogoWhite

0

using structures and classes

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

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.


How do you create irctc account for train ticket booking?

Just go to www.irctc.co.in and click on sign up button, fill out the form and it will create your a/c. After creating just login and book your tickets. Source - http://www.travelkhana.com


How do you create modules in c language?

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


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.


How you create table in c language?

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


How you can make c program of attendance record system?

how can create a attendece sheet in c language


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


What is the full form of the f in printf in c language?

formatted


Why you hash in c language?

ANSWERThe reasons to use hashing in C are the same as in any language. A hash value is used to reduce a value from a complex form into a simpler form, to simplify operations such as searches.