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
What is p in text message?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
Write a program to reverse a linked list in c.
Is this program statement valid? INT = 10.50;
Why is it usually a bad idea to use gets()? Suggest a workaround.
Which node is more powerful and can handle local information processing or graphics processing?
How can you check to see whether a symbol is defined?
What is the use of getch ()?
How can I rethow can I return a sequence of random numbers which dont repeat at all?
What is the use of linkage in c language?
What is pointer in c?
What is array in C
What are header files and explain what are its uses in c programming?
Which header file is essential for using strcmp function?
Are the outer parentheses in return statements really optional?