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

Explain how can you restore a redirected standard stream?

0 Answers  


Where are c variables stored in memory?

0 Answers  


char ch="{'H','I',0};printf("%s",ch);what is output

9 Answers   Accenture,


Why is struct padding needed?

0 Answers  


what is the value of b if a=5; b=++a + ++a

31 Answers   Infosys, TCS, Tech Mahindra,






Why c is called free form language?

0 Answers  


The differences between Windows XP and Windows Visa

8 Answers   HCL,


why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above

0 Answers  


Explain what is wrong with this statement? Myname = ?robin?;

0 Answers  


What is the value of a[3] if integer a[] = {5,4,3,2,1}?

0 Answers  


main() { int ptr[] = {1,2,23,6,5,6}; printf("%d",&ptr[3]-&ptr[0]); }

8 Answers   Vector,


how to get the starting address of file stored in harddisk through 'C'program.

2 Answers   Siemens,


Categories