I can\'t figure out where the problem is in my program?
#include int main() { int a[2][2]={{1,2},{3,4}}; printf("The value of a[2][1] is