Computer Science, asked by ramgopalj36, 10 months ago

What is the function from where C++ programs begins their execution?
वो कौन सा फक्शन है जहाँ से C++ प्रोग्राम का निष्पादन शुरु करता है?






।​

Answers

Answered by jaisika19
0

Answer:

If

Explanation:

An entry point where is the first program are executed .

In many C++ FAMILY entry is called MAIN ENTRY.

HOPE IT IS HELPUL .

BE HAPPY

Answered by Mustela
0

MAIN is the special function which operates in all C++ programs. Whenever we execute any program in C++ MAIN will act as important function and this function will be automatically activated because MAIN runs as execution code with program in C++.

Similar questions