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

Write a C++ program without using any loop (if, for, while etc) to print numbers from 1 to 100 and 100 to 1;

18 Answers   Accenture, Cisco, Egentec, HCL, Ideaz, Infosys, M-Systems, MYR, TCS,


What is structure packing ?

2 Answers   HP,


How can I manipulate strings of multibyte characters?

0 Answers  


What is the o/p of the follow pgm? #include<stdio.h> main() { char char_arr[5]=”ORACL”; char c=’E’; prinf(“%s\n”,strcat(char_arr,c)); } a:oracle b. oracl c.e d.none

2 Answers   Oracle,


what is printf

5 Answers   MVSR, Satyam,






What is unary operator?

0 Answers  


Can we change the value of constant variable in c?

0 Answers  


Can you explain what keyboard debouncing is, and where and why we us it? please give some examples

0 Answers   CSC, Wipro,


how to write a c program to print list of fruits in alpabetical order?

0 Answers  


What is alloca() and why is its use discouraged?

1 Answers  


Explain how do you override a defined macro?

0 Answers  


size maximum allocated by calloc()

3 Answers   DELL,


Categories