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

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

15 Answers   Infosys,


Write a c program for sum of first n terms of the series S = 1 - (1/3) + (1/5) -(1/7) + (1/9) ......

2 Answers  


why we use "include" word before calling the header file. is there any special name for that include??????

1 Answers   TCS,


why do we use # in c-language?

1 Answers  


Can a local variable be volatile in c?

0 Answers  






no consistent academics. how to answer the question

0 Answers  


What is the use of ?

0 Answers  


write a program for odd numbers?

15 Answers  


What is main return c?

0 Answers  


what is the stackpointer

2 Answers  


who developed c and why he developed c?

5 Answers  


in a town the percentage of men is 52 the percentage of total literacy is 48 if total percentage of literate men is 35 of the total population write a program to find the total no of the literate men and women if the population of the town is 80000

3 Answers  


Categories