Q.

What is the current syntax of rename() a file?

A. rename(current_file_name, new_file_name)
B. rename(new_file_name, current_file_name,)
C. rename(()(current_file_name, new_file_name))
D. none of the mentioned
Answer» A. rename(current_file_name, new_file_name)
Explanation: this is the correct syntax which has shown below.
1.2k
0
Do you find this helpful?
1

Discussion

No comments yet