-
질문에 대한 답이 맞는 지 확인해주시면 감사하겠습니다. 그리고 맨 마지막 질문은 잘 모르겠습니다..
아시는 분들 영어로 설명해주시면 감사하겠습니다.
1. Write a function prototype that accepts a variable number of arguments.
: “int printf(const char *format, …);”
2. What is the file opening mode used to append data to a text file?
: You can use the fopen( ) function to create a new file or to open an existing file. There are two modes for appending ‘a’ and ‘a+’.
3. What do the following symbols/characters do when used in a command-line application command: “>>”
여기에 대한 답을 어떻게 해야 하나요??