How can you increase the allowable number of simultaneously open files?
No Answer is Posted For this Question
Be the First to Post Answer
What is the process to generate random numbers in c programming language?
What does static variable mean in c?
What is Function Pointer? Explain with example?
Print all numbers which has a certain digit in a certain position eg: number=45687 1 number=4 2 number=5 etc
Reverse the part of the number which is present from position i to j. Print the new number. eg: num=789876 i=2 j=5 778986
What is a floating point in c?
What are the loops in c?
find the sum of two matrices and WAP for it.
What is define directive?
code for reverse alternate words from astring
What is meant by operator precedence?
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational