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 ];
//âŠ
}
0
Community EvaluationsNo one has reviewed this question yet, be the first!