How can I automatically locate a programs configuration files in the same directory as the executable?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

what is the answer for it main() { int i; clrscr(); printf("%d",&i)+1; scanf("%d",i)-1; }

3 Answers  


Which of these statements are false w.r.t File Functions? i)fputs() ii)fdopen() iii)fgetpos() iv)ferror() A)ii B)i,ii C)iii D)iv

6 Answers   Accenture,


Is the following code legal? struct a { int x; struct a b; }

4 Answers  


What is string length in c?

0 Answers  


ratio,age,persentage

0 Answers  






What does 4d mean in c?

0 Answers  


#define f(x) main() { printf("\n%d",f(2+2)); }

5 Answers  


What is spaghetti programming?

0 Answers  


What is a good way to implement complex numbers in c?

0 Answers  


Explain how can you tell whether two strings are the same?

0 Answers  


What is the difference between formatted&unformatted i/o functions?

0 Answers  


implement general tree using link list

1 Answers   Wipro,


Categories