Das geht:
int a [] = {1,2,3}; int b [] = {4,5}; int c [] = {6}; e = {a,b,c}; printf ("%d\n", e[1][1]);
e
(es ist nicht int e [][].)
int e [][]