fclose()
Function :
इस
function का
use File
को close करने
के लिए किया जाता है इस function
के Execute हो जाने के बाद File Program
से Connect नहीं रहती है यह
function 1 पेरामीटर
लेता है वह File का address
होता
है जो उस File
को Point करता है जिसे close
करना
है
syntax :
syntax :
fclose(file_reffrence);
Example :
fclose(fp);
Comments
Post a Comment