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 do you mean by dynamic memory allocation in c?

0 Answers  


What is a C array and illustrate the how is it different from a list.

1 Answers   Amazon,


Why should I use standard library functions instead of writing my own?

0 Answers  


What does emoji p mean?

0 Answers  


#include <stdio.h> void main() { int i=-1,j=1,k,l; k=!i&&j; l=!i||j; printf ("%d%d",k,l) ; }

3 Answers   SRG,


Write a program on swapping (100, 50)

0 Answers   BPL,


can any one provide me the notes of data structure for ignou cs-62 paper

0 Answers   Ignou,


What is c value paradox explain?

0 Answers  


What is the need of structure in c?

0 Answers  


#define MAX 3 main() { printf("MAX = %d \n",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif

4 Answers   IBM, Vector,


What is c definition?

0 Answers  


code for concatination of 2 strings with out using library functions?

3 Answers  


Categories