T
Q. Which function is used to delete an existing file in C?
In C programming language, the remove() function is used to delete an existing file. Syntax: int remove(const char *filename); Where, filename is the name of the file to be removed.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. What will be the output of the following code snippet?
Q. In C, what is the meaning of following function prototype with empty parameter list
Q. In C language, which Operator group has more priority between (*, / and %) and (+, -) groups.?
Q. By default a real number is treated as a
Q. What is the output of this program? if input a is 1 and b is 2
Q. In which case union is better than structure?
Discusssion
Login to discuss.