I want to read he source file of the .exe I am writing.
For example if I am running test.exe I want to read test.c Also if the name of the file changes it still had to open it.
what i have tried is:
FILE *fp=fopen(*.c,"r")
Can someone help me?
thanks
LEeba