Recent activity by vivek_mishra

1 answer
1
Hey guys,Can you please tell me where can i find the solution of exercise questions in book "automata theory by peter linz"Thanks.
3 answers
2
Let G(V,E) be a simple graph. Let G’(V,E’) be a graph obtained from G such that (u,v) is an edge in G’ if (u,v) is not an edge in G. Which of the following is true?...
1 answer
5
main() { int i =300; char *ptr=&i; *++ptr=2; printf("%d",i); }
3 answers
6
#includeint main( ){int x=5, y=9;x=(x= x+y)-(y= x-y);printf("%d %d ", x, y);return 0;} A. 9 5B. 5 14C. 14 5D. 5 9
1 answer
7
1 answer
9
Solve the recurrence relation given as: T(n)=2T(n-2)+n; where T(2)=2 and T(1)=0What is the solution?
2 answers
11
p: n is a prime numberq: n mod 30 is prime number1) p implies q2) q implies p3) p implies q or q implies p4) If p implies q then q implies p
1 answer
12
I am 3rd year CSE student, please give me suggestion about how to start gate preparation and which study material i have to choose for self study?