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 variables are used for writing doubly linked list program.

0 Answers   Infosys, Wipro,


What are global variables and explain how do you declare them?

0 Answers  


What is a pragma?

0 Answers  


suppose we use switch statement and we intilize years name using enum statement like(jan,feb,mar,------dec) we take integer value as an input .question is that the month which we analyz is from 0 to 11 bt if i enter 12 than how he again starts from begning and print jan

1 Answers  


Write a program to know whether the input number is an armstrong number.

0 Answers   Wipro,






What is wild pointer in c with example?

0 Answers  


please give me some tips for the selection in TCS.

3 Answers   TCS,


What is the usage of the pointer in c?

0 Answers  


difference between c and c++?

2 Answers  


main() { enum _tag{ left=10, right, front=100, back}; printf("%d, %d, %d, %d", left, right, front, back); }

1 Answers   Accenture, Vector,


what is the use of keyword volatile??

4 Answers   LG Soft,


What is the difference between #include <header file> and #include “header file”?

0 Answers  


Categories