Recent activity by Abhishek Kumar 38

0 answers
2
Find out the output of the given program?include<stdio.h int main() { char s[] = "Hello"; char *ptr = s ; *ptr++; // please explain this line ptr++; ...
0 answers
3
If the decimal number is 3.248 x 10^45 its equivalent floating number in IEEE 754 standard is ?Is there any method to convert decimal exponent into binary exponent.
0 answers
5
Which of the following sorting algorithm represented by above code?
4 answers
7
There are two sorted list each of length n. An element to be searched in the both the lists. The lists are mutually exclusive. The maximum number of comparisons required ...
1 answer
9
Given L = { $a^{n}b^{n}c^{n} | 1 \leq n \leq 10^{6}$ }$L^{c}$ is ______CSL but not CFL​​​​​​CFL but not DCFLDCFL but not regularRegular
0 answers
11
Sir i have a doubt in data link layer. I read somewhere DLL takes packet from Network Layer and split into frame. And i also read DLL takes raw bit stream from physical l...