Computer Science, asked by maruthidm13, 11 months ago

scope of structure in c language ​

Answers

Answered by kushirock
0

Answer:

structure is a user defined data type in C/C++. A structure creates a data type that can be used to group items of possibly different types into a single type.

Answered by Anonymous
0

\huge\bold\red{HELLO!}

A structure is a user defined data type in C/C++. A structure creates a data type that can be used to group items of possibly different types into a single type. How to create a structure? 'struct' keyword is used to create a structure.

Similar questions