정처기 24년 3회 문제1 [#정보처리기사] 24년 3회 문제 해당 글은 마크다운 언어로 작성되었습니다.별도의 요청의 의해 문제만 작성함C언어Static 키워드와 메모리의 이해int increment(){ static int x = 0; x += 2; reutrn x;}int main(){ int x = 1; int sum = 0; for(int i = 0; i구조체struct Node { int value; struct Node* next; };void func(struct Node* node) { while (node != NULL && node->next != NULL) { int t = node->value; node->value = node->next->value; no.. 2025. 4. 3. 이전 1 다음 728x90 반응형