[ad_1]
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);
[ad_2]
solved Hadamard matrix code
[ad_1]
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);
[ad_2]
solved Hadamard matrix code