Recent posts tagged coap

1
Hi @Arjun sir , pardon my ignorance , I have one doubt here .3 subwords of length 1 are counted extraBut , in the same way , 2 I's are also extra , right ? So , should we...
2
So, one employee can be dependent of many other employeesAlso, same employee can depend on multiple other employees. Hence, M:N. here both entities are employees so they ...
3
Answer: (B)$\textsf{Bind:}$ Binds the socket to an address$\textsf{Listen:}$ Waits for connections to the socket$\textsf{Accept:}$ Accepts a connection to the socket $\te...
5
Correct Option: D$foo$ is printing the lowest digit. But the $printf$ inside it is after the recursive call. This forces the output to be in reverse order$2, 0, 4, 8$The ...
6
In batch processing processes halt in between executions and and there is no preemptive scheduling.So option d.
7
The no of vertices in a graph containing 21 edges, 3 vertices of degree 4 and other vertices of degree 3 are:a) 10b) 13c) 11d) NoneSum of degrees of vertices= 2*no of edg...
To see more, click for the full list of questions or popular tags.