How can my program discover the complete pathname to the executable from which it was invoked?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What do you know about the use of bit field?

0 Answers  


How can I call fortran?

0 Answers  


how can we use static and extern?and where can we use this?

3 Answers   Excel,


What is true about the following C Functions a.Need not return any value b.Should always return an integer c.Should always return a float d.Should always return more than one value.

11 Answers   TCS,


what is difference between overriding and overloading?

1 Answers  


write a program in c language to print your bio-data on the screen by using functions.

6 Answers   College School Exams Tests, IBM,


for(i=1;i>0;i++); printf("i=%d",i); what will be the answer????

7 Answers  


to get a line of text and count the number of vowels in it

3 Answers   Satyam,


Is an array parameter is always "by reference" ?

1 Answers  


List the difference between a While & Do While loops?

0 Answers   Accenture,


int a=0,b=2; if (a=0) b=0; else b=*10; What is the value of b ?

6 Answers   TCS,


write a function which accept two numbers from main() and interchange them using pointers?

3 Answers  


Categories