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
whitch value return void main?
What are the key features of C?
What is the difference between pure virtual function and virtual function?
Explain what does a function declared as pascal do differently?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
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
Write a program to print “hello world” without using semicolon?
can anyone suggest some site name..where i can get some good data structure puzzles???
Are the expressions * ptr ++ and ++ * ptr same?
Explain what is the best way to comment out a section of code that contains comments?
How to print India by nested loop? I IN IND INDI INDIA
swapping of two numbers without using third variable using AND and OR operators