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

Explain the use of 'auto' keyword

0 Answers  


What is the use of getchar functions?

0 Answers  


how to find the largest element of array without using relational operater?

6 Answers   Satyam, Wipro,


int array[]={1,2,3,4,5,6,7,8}; #define SIZE (sizeof(array)/sizeof(int)) main() { if(-1<=SIZE) printf("1"); else printf("2"); }

2 Answers   Vector,


When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.

0 Answers   HCL,






What happens if a header file is included twice?

0 Answers  


What is the difference between a string and an array?

0 Answers  


Is r written in c?

0 Answers  


What is the Lvalue and Rvalue?

2 Answers  


what is difference between #include<stdio.h> and #include"stdio.h"

4 Answers  


what are the advantages & disadvantages of unions?

2 Answers  


What is use of pointer?

0 Answers  


Categories