Computer Science, asked by jasvirkaur95922, 7 months ago

2. ਇਹਨਾਂ ਵਿੱਚੋਂ ਮੇਨ ਫੰਕਸ਼ਨ ਕਿਹੜਾ ਹੈ?The function main() is.......?निम्नलिखित में से कौन एक मेन फ़ंक्शन है? *
Built-In Function /ਬਿਲਟ ਇਨ ਫੰਕਸ਼ਨ/ बिलट इन फ़ंक्शन
User Defined Function /ਯੂਜਰ ਡਿਫਾਇੰਡ ਫੰਕਸ਼ਨ/यूज़र डिफाइंड फ़ंक्शन
Optional /ਓਪਸ਼ਨਲ/ओपशनल
None of These /ਇਹਨਾਂ ਵਿੱਚੋਂ ਕੋਈ ਨਹੀਂ/इनमें से कोई नहीं​

Answers

Answered by singjaspal971
12

Answer:

user defined function

Answered by mad210202
1

Answer:

The answer of the following question is B.

Explanation:

The function main() is User Defined Function.

  • It is the entry point of the program to execute.
  • It define the starting point of the execution from where it start execute while compiling.
  • User write its functionality but provide with certain restrictions.

Similar questions