Computer Science, asked by bommaadharsh01, 4 months ago

explain structure of C programming​

Answers

Answered by Anonymous
7

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

hope this helps you


bommaadharsh01: and give examples
Anonymous: but u didn't ask in question examples
Answered by Anonymous
5

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

hope this helps you

Answered by Anonymous
5

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

hope this helps you

Answered by Anonymous
5

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

hope this helps you


bommaadharsh01: complete the answer
Similar questions