what is posix?
Answer / susmita rai
posix stands for problem operating system interface for
unix. It is an IEEE 1003-1 standard that defines for
language interface betweena application programs and the
unix operating systam. Adherence to the posix ensure
compatibility when programs are moved/migrated from one
computer to another.
| Is This Answer Correct ? | 5 Yes | 0 No |
what are resources in case of Threads
what is apt_dump_score in datastage where it is useful
What are the advantages of Server Controls over HTML/ASP Controls.
Do not use more than 3 nested IF. Use Evaluate statement in case of more IF required. Please give a detail explantion besides readability and clarity for Evaluate stmt.
Why did you ever become involved in QA/testing?
Data Structure: Show that if k is the smallest integer greater than or equal to n+ (log2n)-2, k comparisons are necessary and sufficient to find the largest and second largest elements of a set of n distinct elements. (k comparisons are required to find what you are looking for, but no more than that are needed)
Given a set. Write the pseudo code to get all the subsets for the given set. Eg. Input : {1,2} Output : (),(1),(2),(1,2)
WHAT IS NV RAM ?
Explain three modes in which files can be accessed from python program
Hi I am Rathnam, How To Remove the duplicates with out using remove duplicate stage in the datastage
will it allow to add same value in HashMap class.
what is difference between java and c#