Delete a File using remove Function





This video is made by anil shetty for  the YouTube channel Learning Lad explains the usage of remove() function to delete or remove a file in c programming language.
This tutorial begins with  explaining the syntax of the remove() function starting with the required function parameters ( which is the file name to delete ) , possible return values and their meanings. Then you will learn how to use remove() function in code and also how to print the appropriate message to the user about the success or failure of remove() function.
Finally this video explains how to delete the file if the file is present in some other folder or location.