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

List the difference between a 'copy constructor' and a 'assignment operator' in C?

0 Answers   Accenture,


Is int a keyword in c?

0 Answers  


What is a pointer in c?

0 Answers  


#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } what will happen if you executed this code?

4 Answers   Ramco,


What is the meaning When we write "#include" what is # and what does include does there???

22 Answers   HCL, Wipro,






Explain a pre-processor and its advantages.

0 Answers  


Is it cc or c in a letter?

0 Answers  


Differentiate between ordinary variable and pointer in c.

0 Answers  


write a program to produce the following output; ABCDEFGFEDCBA ABCDEF FEDCBA ABCDE EDCBA ABCD DCBA ABC CBA AB BA A A

17 Answers   ABC, College School Exams Tests,


What is infinite loop?

0 Answers  


What math functions are available for integers? For floating point?

0 Answers  


What is data structure in c programming?

0 Answers  


Categories