Computer Science, asked by suhailkk, 1 year ago

what's the use of process.h in c++ ?​

Answers

Answered by shyam3590
3

process. is a C header file which contains function declarations and macros used in working with threads and processes.

Answered by smartbrainz
0

process.h is a header file in C++ that contains functional declarations and macros.

This header file is supplied by most C compilers that target DOS, Novell Netware, Dos extenders .

C++ is a programming language which is an extension of the C language wherein it contains added features of Object Oriented Programming(OOPS) concepts.

C++ is a super set of the C language. Every C program can also qualify as a valid and legal C++ program.

Since this language allows procedural programming, it is widely vital functions of CPU. The language is very fast therefore, it is used in developing games or in gaming engines.

To know more about C++, visit:

https://brainly.in/question/3669150

Similar questions