How can you increase the allowable number of simultaneously open files?


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

Post New Answer

More C Interview Questions

write aprogram for There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.

1 Answers   iGate, Shashi, Source Bits, Subex,


main() { int arr[5]={23,67}; printf("%d%d%d",arr[2],arr[3],arr[4]); }

9 Answers   TCS,


What is the value of y in the following code? x=7;y=0; if(x=6) y=7; else y=1;

12 Answers   TCS,


What is a lookup table in c?

0 Answers  


a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none

0 Answers  






How many types of operator or there in c?

0 Answers  


why the execution starts from main function

9 Answers  


How a string is stored in c?

0 Answers  


What are advantages and disadvantages of recursive calling ?

12 Answers   College School Exams Tests, Evolving Systems, HP, Jyoti Ltd, Sage, Wipro,


What is the difference between a free-standing and a hosted environment?

0 Answers   Aspire,


in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?

2 Answers   NetApp,


Why doesn't C have nested functions?

2 Answers  


Categories