C97. Remove and Rename Files in C

Опубликовано: 16 Июнь 2026
на канале: Tech Courses
160
7

In this video we are going to discuss about how we can remove and rename files in C.

Syntax :
remove(file)
Removes file from system
rename(oldName, newName)
Changes file name from oldName to newName.

Audio language : Hindi
In this course , we are going to cover all C concepts in simple and easy to understand terms.
This course started from basics and now we are covering advance topics that are important from interview point of view.

Github : https://github.com/TechCourses4u/C-La...
Programs :
https://github.com/TechCourses4u/C-La...