Yes, please do.
Hint. Is not object oriented.
You can use unlimited number of variables for a structure and you can also declare array of structures.
describe the structure of a fruit
The central feature of any C++ program is classes which can be used to express ideas directly in code.
basic unit of C is structure like procedure ,syntax's, error's compiler etc
class is defined in c++ my dear so in C there is no structure of class.for c++ class private { int x[10],y; cout
arrang the data in proper order in the program or in the memory is called a data structure, lke arranging the names of diff students in alphabetical order.
describe structure and bond in ceramics
Joseph. Bergin has written: 'Data structure programming' -- subject(s): C (Computer program language), C++ (Computer program language), Data structures (Computer science), Standard template library 'Data abstraction' -- subject(s): Object-oriented programming (Computer science), C++ (Computer program language), C (Computer program language)
I guess you mean C++, not C.Data fields of a structure/union are public by default,those of a class are private by default.
Unlike COBOL, in C there are no sections and divisions; there are two main state: inside a function and outside of any functions.
The basic structure of a C or C++ program is built around types. A structure is a type. A function is a type. A class is a type. All of these types can be built from primitive (built-in) types and can be used to create ever-more complex types.