Report Bug
Qus : What is the current syntax of remove a file?
Qusremove() फाइल का वर्तमान सिंटैक्स क्या है?

A. remove((), file_name))
B. remove (new_file_name, current_file_name,)
C. remove (file_name)
D. All of the above


Solution
C. remove (file_name)






Report Bug