answersLogoWhite

0

libray in c++

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Is combination a library function in c language of programming?

No.


What is library file in C language?

It is a collection of various fuction in which we can define many function in Libaray file .


What is the alternate function for clrscr function in c language?

What do you mean by \'alternate function of clrscr\'? A function that undoes clrscr? Or one that fills the screen with random characters? Anyway, clrscr is not part of the standard C library, it is DOS-specific.


What is the differnce between ordinary function and template function of c language?

The c language does not have template functions. That is a c++ thing.


What use getch function in c language?

Gets one character (or keystroke) without buffering or echoing; beware: getch is not part of the standard library.


How do you draw Logic Gates in C language?

The C language is not a graphics language and you cannot draw logic gates using it. C is a programming language, and it is possible to use a graphics library to do so, but you did not specify which library you were using. Please restate the question.


Call by function in c language?

I guess you meant the following:'In C language, when you call a function,the parameters are passed by-value.'


Which library file contain the definition of stdioh and conioh header file function definition in C language?

Platform dependent, possibly LIBC.LIB or something like that.


Does c language support network programming?

The C language supports whatever functionality is provided by the applicable library, by the programmer, and by the input/output capabilities of the platform. Since a network programming library is available to the c compiler, then yes, the c language supports network programming.


What are the hearing rods for identifier 'c' language?

The hearing rods for identifier "c" language is the function.


What enhance the basic instructions of c language?

Library functions


What is date function in c?

There is no 'date' in the standard C library. You might have thought of 'time'.