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


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

Post New Answer

More C Interview Questions

What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25

0 Answers  


Explain what are header files and explain what are its uses in c programming?

0 Answers  


Describe the difference between = and == symbols in c programming?

0 Answers  


do you think its fraud or original company?

0 Answers  


compare array with pointer?

1 Answers  






What is wrong with this program statement? void = 10;

0 Answers  


how to use enum datatype?Please explain me?

3 Answers   Excel,


get any number as input except 1 and the output will be 1.without using operators,expressions,array,structure.don't print 1 in printf statement

3 Answers  


#include<stdio.h> int main() { int i=2; int j=++i + ++i + i++; printf("%d\n",i); printf("%d\n",j); }

15 Answers   Infosys,


Explain the array representation of a binary tree in C.

0 Answers   Genpact,


int main() { int i=1; switch(i) { case '1': printf("hello"); break; case 1: printf("Hi"); break; case 49: printf("Good Morning"); break; } return 0; }

3 Answers  


do ne body have any idea about the salary for the we r going to have interview. yup .. u got it right ..i m talking abt NIC.

1 Answers  


Categories