cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Array vs Struct - exam question!!
Array vs Struct - exam question!!
Jun 3, 2014 at 4:08am UTC
locolo
(63)
Describe 2 differences between an array and a struct:
An array can only hold one type of data (int, char,float). While a struct can hold more than one type of data and arrays.
What would be the second??
Cheers
Jun 3, 2014 at 4:09am UTC
locolo
(63)
http://www.programming-techniques.com/2011/08/difference-between-arrays-and.html
Is this good??
Thanks
Topic archived. No new replies allowed.