How can I increase the allowable number of simultaneously
open files?
Answer Posted / anil
In Linux use ulimit command.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Which header file is used for clrscr?
How can you pass an array to a function by value?
What is the difference between the expression “++a” and “a++”?
Define C in your own Language.
How can I manipulate strings of multibyte characters?
What is bss in c?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What is output redirection?
What is the best organizational structure?
What does double pointer mean in c?
What are identifiers c?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
What does 2n 4c mean?
What is main () in c language?
What are types of preprocessor in c?