How can I recover the file name given an open stream or file descriptor?


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

Post New Answer

More C Interview Questions

what is the mean of c languages.

1 Answers   Polaris,


What are local variables c?

0 Answers  


What are lookup tables in c?

0 Answers  


please explain every phase in the "SDLC" in the dotnet.

0 Answers  


While(1) { } when this loop get terminate is it a infinite loop?

5 Answers  


What is the difference between printf and scanf )?

0 Answers  


what is difference between array,strutter,union and pointers

3 Answers   CTS, Lovely Professional University, Mannar Company,


Why c language is called c?

0 Answers  


what are the different storage classes in c?

0 Answers   TCS,


int n=1; while(1) { switch(n) { case 1:printf("a"); n++; continue; case 2:printf("b"); n++; continue; default : printf("c"); break; } break; }

1 Answers  


Explain pointer. What are function pointers in C?

0 Answers   HCL,


What is the difference between array and pointer in c?

0 Answers  


Categories