answersLogoWhite

0

Nothing.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is the use of libraries in C?

A C library is no different form any other programming language's software libraries. They help programmers share segments of code.


Why c is machine independent but not platform independent language?

The platforms contain the libraries it uses. The libraries may have different implementations on different machines.


How do you enable scroll bar in c language in normal environment?

Platform-dependent, GUI is not part of the standard C libraries.


What is header function definition in c language?

No predefined 'header' function in the standard C libraries. There are header files, if that's what you mean.


Can you install C language in Linux?

C isn't a program, or something you install; it is a programming language for writing software. Linux and most of the programs that run on it were written in C, and a C compiler and libraries are supplied with most systems, or are readily available.


Why you are using clrscr in c language?

Function 'clrscr' is not part of the C language. Or the standard libraries. It is MS-DOS specific function, use the help for details (clrscr means clear the screen).


What kind of codes are used for video games?

The language that is used for video games is called C++


How can I create music using C programming language?

You can create music using the C programming language by utilizing libraries like NAudio or MIDI.NET to generate and manipulate sound. These libraries allow you to create and play musical notes, melodies, and rhythms programmatically, giving you the ability to compose music through code.


What are the directories and libraries in C?

Libraries in C are as follows: ctype.h math.h stdio.h stdlib.h string.h time.h


What are expendable stores?

Video stores, libraries,


In which programming language was Prince of Persia game created?

I think Prince of Persia was created using C++._________Most of the huge video games use C++ as the main language.


How can you make a graphics program portable?

Any program can become portable (if that means multi-platform) by rewritting in a programming language like Java and including the jvm with the program First, use a portable programming language and associated portable libraries. Java is one, others are C/C++, FreeBASIC, The suite of GCC when coupled with Cygwin. There are many portable graphics libraries to use. A few are: Simple Direct Media Layer (Video, Audio and Input) OpenGL 2d & 3d Graphics Included with almost ALL systems MESA (A layer on top of OpenGL)