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 pointer?

13 Answers   HCL, TCS,


why arithmetic operation can’t be performed on a void pointer?

1 Answers  


What are type modifiers in c?

0 Answers  


What is the difference between the expression “++a” and “a++”?

0 Answers  


What is the benefit of using const for declaring constants?

0 Answers  






The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?

0 Answers  


write a programming in c to find the sum of all elements in an array through function.

0 Answers  


i have a written test in tomorrow

1 Answers   NNN, Value Labs,


Expand the following LKB BKL FFG

0 Answers  


We can draw a box in cprogram by using only one printf();& without using graphic.h header file?

4 Answers   NIIT,


what is the output of the below code? main( ) { printf ( "\nOnly stupids use C?" ) ; display( ) ; } display( ) { printf ( "\nFools too use C!" ) ; main( ) ; }

3 Answers  


What is the time and space complexities of merge sort and when is it preferred over quick sort?

0 Answers   Amazon,


Categories