answersLogoWhite

0

Function getenv.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is initgraph?

A function in Borland's graphics library in TurboC; switches to graphics mode.


What is int86 function in c plus plus?

It is DOS-specific function in TurboC to call an interrupt. See the built-in help.


What is turbo c-language?

Nothing. C is the language, TurboC is an Integrated Developing Environment (IDE).


How do you make a c?

Either with a text-editor, like Notepad, or with an integrated developping environment (IDE), like TurboC.


Why is turbo C is considered as an object oriented programming?

TurboC is an Integrated Developing Environment (IDE) for C language.


Why Clearscreen in c language is used?

'Clearscreen' is not used in C language. TurboC has a clrscr function (prototype in conio.h).


What is mean by int 86 in c language?

int86 is a function in TurboC, header dos.h, consult the built-in help.


How do you make a c program?

Either with a text-editor, like Notepad, or with an integrated developping environment (IDE), like TurboC.


What is the syntax of clear screen in c plus plus?

It must be done by a platform-dependent function, it's "clrscr" from conio.h in TurboC


Is there any keyword in c or c plus plus like the function inkey in qbasic?

Using TurboC? kbhit and getch are your friends


What are the graphics function in c with its purposes?

Platform dependent. I guess you are using TurboC; it has a built-in help-system, and it comes with an example program called bgidemo.c


Who developed turbo C language?

Well, TurboC is not a language, it is an IDE (Integrated Developing Environment), it was developed by Borland (based on an older program called Wizard C).