What is program structure? Explain structure of C program.
Answers
Answered by
4
Hey mate!
I am here with your answer!
Structured programming is a programming paradigm aimed at improving the clarity, quality, and development time of a computer program by making extensive use of the structured control flow constructs of selection and repetition, block structures, and subroutines.
Hope this will help you!
Answered by
6
Answer : Program structure : A Dictionary of Computing , program structure The overall form of a program, with particular emphasis on the individual components of the program and the interrelationships between these components.
Explanation : Every C program must have a main ( ) function which is the starting point of the program execution.
Similar questions