Name the layer where encryption of the information is done.
Data Link Layer
Transport Layer
Presentation Layer
Application Layer
Answer: Option C.
int main(int argc,char ** argv)
{
void fnstat( ); for(i=0 ; i< 4 ; i++) fnstat( ); return 0;
}
void fnstat( )
{
static int ia=0; printf("%d",ia); ia++;
}
What is the output of the following code?
0000
0123
0246
0243
Answer: Option B.
The average case complexity for inserting an element into an array of size n, represented in terms of number of copies is
O(n^2)
O(log n)
O(n)
1
Answer: Option C
preemption in deadlock condition refers to___________________________ .
The resource(s) can be released voluntarily only after the process has completed its task.
The process must be holding at least one resource and waiting to acquire additional resources.
The resources should be forcibly released after a fixed time quanta