Computer Science, asked by NazzNaser5264, 9 months ago

Every c program consists of functions ?

Answers

Answered by hicksy
0

Answer:

yes. every program does.

Explanation:

Answered by AskewTronics
0

True :

Explanation:

Missing Information :The above question is not stated that the question is a type of true and false.

  • The function is a set of some statement which is used to perform some specific task. There are two types of functions:- predefined and user-defined.
  • The predefined function is defined by the compiler of that language but the user-defined function is defined by the programmer at the time of designing the program.
  • It is necessary to have a single function in every c program whose name is the main function. It is because no program will be executed when the main function is not available. Hence the above question statement is a true statement.

Learn More ;

  • C-Program : https://brainly.in/question/3999878

Similar questions