Computer Science, asked by rashmijsoni1980, 12 days ago

what will happen if function is not started with '=' sign​

Answers

Answered by DevKumarYadav
0

Explanation:

One of the projects we’re currently working on is split in maybe 10 different programs; only one of them bothers to have a main(), the rest are class libraries (DLLs).

You only need an entry point if you intend the program to be directly executable by the OS.

Similar questions