Computer Science, asked by vishalgarg6806, 10 months ago

Describe in brief structure of C# program.

Answers

Answered by cjaya
0

Answer:

Structure of C program,

Explanation:

  1. Firstly the files are included.
  2. # is the pre processor directive used.
  3. Next we create a function or class or structure depending upon our need.
  4. 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