Question from the Language C - Fundamentals test

Archived

What about the following code?

#include <stdlib.h>
#define LENGTH  100

int main()
{
        char password[LENGTH ];
        password[0] = 1; 
        password[1] = a;
        char pseudo[LENGTH ];
        //

    }
Author: KahinaStatus: Archived(New question!)Question passed 8 times
0
Community EvaluationsNo one has reviewed this question yet, be the first!