answersLogoWhite

0

Yes.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

Is it possible to create threads on turbo c?

No, MS-DOS does not support multi-threading (or multi-processing either).


What is multithreading in C language?

Multi-threading is not part of the language.


What is client server approach of c plus plus?

Client/server programs typically employ multi-threading where the primary thread handles the server side of things while one or more threads handle the client side.


What are the Topics under Advanced Java?

Some topics under Advanced Java are: a. Exception Handling b. Threading/Multi-Threading c. Remote Method Invocation d. Serialization e. etc


What about multithreading in c sharp?

Multi-threading in c sharp is a system with different tutorial. Like: interaction between threads, producer, using thread pool and using mutex objects.


Is it possible to learn c plus plus without learning c?

No. C++ is an extension of C. By the time you learn C++, you have learned C.


How do you build c plus plus compiler to java?

Not possible.


Is it possible to wright C plus plus in notepad?

Sure.


Is it possible to immediately run your C plus plus program without compiling it?

No.


What is available in C language but not in C plus plus?

Not much. Examples, that are possible in C only: char str3[3] = "ABC"; int new;


Why c plus plus language is called command oriented language?

C++ is not a command oriented language, it is a multi-paradigm language because it employs functional and object-oriented approaches to programming.


Can you write multiple Mains in C-Sharp programming?

No. There can only be one main method, however you can declare new methods, and call them from the main method. Or you can use multi-threading, to simulate having multiple main methods.