Computer Science, asked by lingeshwarank0204, 5 months ago

explain the structure of c language​

Answers

Answered by aryasingh180709
0

Answer:

struct in the C programming language (and many derivatives) is a composite data type (or record) declaration that defines a physically grouped list of variables under one name in a block of memory, allowing the different variables to be accessed via a single pointer or by the struct declared name which returns the ...

Answered by rajinderkumar43424
1

Answer:

general structure of c program.

Explanation:

1. #include < studio .h>_ it is a header file having include I/o function.

2. void has return type which returned results.

3. main( ) is the function used in every program :"s"started b races for block of statememts print("welcome to 11 class") use of output statement closing brackets of statement.

Similar questions