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

What does the c preprocessor do?

0 Answers  


what is the use of macro program

1 Answers   TCS,


When should a far pointer be used?

0 Answers   Aspire, Infogain,


When should the volatile modifier be used?

0 Answers  


Is malloc memset faster than calloc?

0 Answers  






What is the sizeof () a pointer?

0 Answers  


N O S I E R + A S T R A L ---------------- 7 2 5 6 1 3

3 Answers   Honeywell,


In C, What is the #line used for?

2 Answers  


#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }

0 Answers   Wilco,


#define MAX 3 main() { printf("MAX = %d \n",MAX ); #undef MAX #ifdef MAX printf("Vector Instituteā€); #endif

4 Answers   IBM, Vector,


Why isnt any of this standardized in c?

0 Answers  


Why header files are used?

0 Answers  


Categories