Computer Science, asked by guildnoob0, 19 days ago

explain the structure of c program

Answers

Answered by anushkamoulick
1

Hey

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 th

Hope this helps

have a good day

Answered by anuragsharmakv5b
2

Answer:

A 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 ...

Explanation:

Similar questions