System call used to create process
Latest Answer: fork creates a child process that differs from the parent process only in its
PID and PPID, and in the fact that resource utilizations are set to 0. File
locks and pending signals are not inherited.
RETURN VALUE On success, the PID of the child process ...
To provide software for enabling the hardware
In binary search tree which traversal is used for getting ascending order values-InorderPost order,Preorder
Inorder
Which of the following sorting algorithm has average sorting behavior --?Bubble sort,merge sort,heap sort,exchange sort
Heap sort
In which layer are packets formed ( in network layer )heap ( priority queue )copy constructor ( constant reference )
In network layer
O(n log n)
Latest Answer: In a merge sort their are m*n comparasion hence efficiency is o(m*n) which approximates to o(nlogn) ...
*+ABC/-DG
View page [1] 2 3 Next >>

Go Top