Can you declare an array in C / C++ with different datatypes ??


I need an array which got integers in the first dimension and a char string in the second dimension.

Is this possible ??


Advanced thanks