In 1.5 fixed format how is -1 represented
what is the advantage of ADSL(asymmetric digital subscriber line) over modem? |
Answer |
What will be the output? #define Sqr(b) b*b; main( ) { int i=3; printf(“%d”,SQR(i+2); } |
Answer |
What will be the output? Main(){ Char c=,a,; Printf(“%d %d”, sizeof(c),sizeof(,a,)); } |
Answer |
Why channel coding is done |
Answer |
struct abc { }; Struct abc arr[10]; Struct abc *p=arr; Which will be increment the pointer to point the next array element? |
Answer |
What will be the output? int i=512; Char *c=(char *)&i; C[0]=1; Printf(%d”,i); |
Answer |
Question on error resilient and sustain to burst which is |
Answer |
What flavor of Network Address Translation can be used to have one IP address allow many users to connect to the global Internet? |
Answer |
You have 10 users plugged into a hub running 10Mbps half-duplex. There is a server connected to the switch running 10Mbps half-duplex as well. How much bandwidth does each host have to the server? |
Answer |
Which protocol is used to send a destination network unknown message back to originating hosts? |
Answer |