2 answers
3
Answer please explain the ans.R is antisymmetric then aRb, bRa - a=b so a-b=0 and 0 is not odd positive then how it is antisymmetric?
8 answers
4
For a class C network if IP address of a computer is 200.99.39.112 and subnet mask is 255.255.255.224 the decimal value of last octet of last host of sixth subnet is ?sho...
1 answer
5
Determine the output-#include <stdio.h int main(void) { char *p="gateoverflow"; *(p+5)='z'; printf("%s",p); return 0; }
1 answer
6
Construct DFA for $\color{navy}{L=\big \{w \;|\;(\;number\; of \;a's - number\; of\; b's)\;mod3 \gt 0, w\in (a+b)^* \big \}}$
0 answers
7
Plz. explain the difference between these two codes,Running it on different compiler i find some output but i don't know the reson 1. main() { int i; for(i=0,i<54,i++) in...