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 the heap in c?
Explain what is output redirection?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
Why is this loop always executing once?
What is a example of a variable?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
Why we write conio h in c?
Explain is it valid to address one element beyond the end of an array?
What are the advantages of c preprocessor?
I have seen function declarations that look like this
What are the difference between a free-standing and a hosted environment?
How many parameters should a function have?
Write a program to show the change in position of a cursor using c
In which header file is the null macro defined?