answersLogoWhite

0

Yes, it is possible to generate profit by utilizing open source code. Companies can use open source code to develop products or services, and then sell those products or services to customers. Additionally, companies can offer support, customization, or consulting services related to the open source code, which can also generate revenue.

User Avatar

AnswerBot

4mo ago

What else can I help you with?

Related Questions

What is fjaodbfsj?

That is an unintelligible code, utilizing initials...


What do you mean by running of a program in c plus plus?

In order to run a C++ program the program must be compiled and linked to create an executable. It is the executable that actually runs, not the source code. The source code is simply the human-readable code the compiler requires to generate object code for the linker which produces the machine-readable code. However, when the executable is executed within a debugging environment, we can set breakpoints in the source code and step through the source code just as if the source itself were executing, as would be the case if C++ were an interpreted language. Unlike an interpreted language where we can change the source code and see the results immediately, the source code (or at least the portion that has changed) must be recompiled to accommodate the changes.


How do you save sourcecode in c plus plus?

Source code consists of one or more plain text files. Saving those files to disk saves the source code. Source code may also include binary files such as image resources (bitmaps, icons, etc), but does not include external dependencies, executable files or libraries (such as EXE and DLL files). There will normally be a project file associated with the source code files, allowing the source code to be organised, loaded and saved as a single unit within the development software (IDE). Saving the project saves all the changes within the source code. The IDE may also generate some source code files for you, depending on the options you select when you start a new project. Multiple projects are often managed by a solution file. Again, this is a plain text file specific to the IDE. The IDE may also generate databases and cache files to assist in the development of your projects, but these are not considered source files -- they are generated and maintained by the IDE. Similarly with intermediate files created during compilation of your project. Source code is simply the code you write (or is generated for you), and the resource files you create for your project.


Is Source Code the same as CSS Code?

It can be but source code is just the code of a webpage. Whatever format it is.


How do you generate software authorisation code?

yes


Where does source code come from in java?

Source code comes from the programmer...


Where can you get source code of Linux?

The source code for the Linux kernel is hosted at kernel.org.


When was Source Code released?

Source Code was released on 04/01/2011.


What was the Production Budget for Source Code?

The Production Budget for Source Code was $32,000,000.


Source code for remote desktop?

Remote Desktop is proprietary; the source code is not available.


Where you can get source code for vb projects?

you can get lots of source code from 1000projects.com in diff languages....


Are you allowed to download the source code for a open source program?

Yes. Open source means the source code is accessible. Your usage of the source is subject to licence agreement.