explain structure of C + + program with an example
Answers
Answered by
1
Answer:
we use struct keyword to create a structure
in C.
Explanation:
the struct keyword is a short form of structured data type.
Similar questions