i am a beginner .can anyone just give me a code to make a txt file using c code,that will create txt file with name same as the value of int variable..
consider like if int x=10,then file name created will be 10.text
if x is assigned 45 then it will create file name as 45.txt
plzz help..i can't fig out how to do that,i am doing one project that processes input and store that data with the name inputed by user i.e. numbers