Technical Questions - 01
I have created this while doing MCA(Pune University), Year 2004... might be outdated, but thought to share this with you #technicalquestions #year2004 #mca Q1) How do you write a program which produces its own source code as its output? Ans) We can do this using FILE. Just open a file and give the path of the same file in which we are writing program and display contents of it using FILE pointer. Q7) How do I access command-line arguments? Ans) By using Main (int argc,*char a