Though C does not allows member functions in structures but C++ allows structures to
have member functions. Members of structures are public by default and those of
classes are private by default. Classes can have protected data members.
Which of the following correctly declares an array?
O array array(10);
o int array[10];
o int array;
O array{10};
Answers
Answered by
0
Answer:
good afternoon........
Similar questions