EPI00 개발일지

1. 다음 주어진 코드에서 틀린 부분을 찾으시오. [4점] 본문

헛소리

1. 다음 주어진 코드에서 틀린 부분을 찾으시오. [4점]

EPI00 2020. 8. 17. 18:07
#include <stdio.h>
#include <time.h>
#include <stdlib.h>

int main()
{
	rand((int)time(Null));
	printf("%x", srand() % 15);
	return 0;
}

틀린 부분을 모두 고르시오

'헛소리' 카테고리의 다른 글

2020 11 06  (0) 2020.11.06
2020 11 05  (0) 2020.11.06
2020 08 10  (0) 2020.08.10
2020 08 09  (0) 2020.08.10
2020 07 24  (0) 2020.07.24