explain the structure of c language
Answers
Answered by
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
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
Math,
2 months ago
English,
2 months ago
Environmental Sciences,
5 months ago
Geography,
10 months ago
Math,
10 months ago