Describe in brief structure of C# program.
Answers
Answered by
0
Answer:
Structure of C program,
Explanation:
- Firstly the files are included.
- # is the pre processor directive used.
- Next we create a function or class or structure depending upon our need.
- Finally we inculcate a ' main' function with certain data type.
If the question demands explanation of 'structure' in C
- Structure is a collection of several data type under same name
- It has a default public access specifier.
- It demands creation of its variables.
Hope it helps you ❤️ ❤️ ❤️ ❤️ ❤️
Similar questions