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
Q. Output of this statement is :
Q. How is search done in #include and #include “somelibrary.h” according to C standard?
Q. scanf() is a predefined function in______header file.
Q. Choose a correct C Statement about Strings.
Q. Which symbol is used to begin a preprocessor?
Q. What is the output of C Program with functions?
Q. Which of the following is true of external variables?
Q. Which of the following function is used for sets the position to the beginning of the file
Discusssion
Login to discuss.