scanf
doesn’t print that string, that’s just used to check the format of the input.
Try:
printf("Input N value: ");
scanf("%d", &N);
solved Hadamard matrix code
scanf
doesn’t print that string, that’s just used to check the format of the input.
Try:
printf("Input N value: ");
scanf("%d", &N);
solved Hadamard matrix code