Computer Science, asked by tanmayanjna7, 18 days ago

C program is divided into how many parts?

A. 3

B. 4

C. 5

D. 6​

Answers

Answered by sarkarpintu705
2

Answer:

answer is d.6

Explanation:

i hope that it's help you.

Answered by chordiasahil24
1

Explanation:

C program is divided into 6 parts

1st comes the documentation part where in the programmer can write it's name and project name and the purpose

2nd part comes the link section where in yoh declare all the header files (eg. #include<stdio.h>

3rd part is definition part which is written just below 2nd part used define certain constants

4th part is global declaration here you can declare certain variables which you can use throughout the program

5th part and 6th part are execution part where in 5th part is built-in functions and 6th is user defined functions

Similar questions