1 answer
1
Which one is larger $O(√n)$ or $O(log n)$ ?
0 answers
3
Why only hexadecimal number system is used in MAC address in an NIC card and other number system ain't ?
1 answer
5
Entries in a stack are "ordered". What is the meaning of this statement?
2 answers
12
1 answer
15
Consider the following grammar$S \rightarrow SS/Sa/aS/a$Construct Parse Tree for $w=aaaa$ as many as possible? How many parse trees are possible?
3 answers
17
In a circular linked list organization, insertion of a record involves modification ofOne pointer.Two pointers.Multiple pointers.No pointer.
1 answer
20
Please tell me about all the variations of these above types of questions that can be asked?
1 answer
21
What's the basic difference between hardware and software solutions for critical section problem? Why are they called hardware or software solution?
4 answers
23
Assume sizeof an integer and a pointer is 4 byte. Output?#include<stdio.h #define R 10 #define C 20 int main() { int *p[R][C]; printf("%d",sizeof(*p)); printf("%d",sizeof...
2 answers
24
A party of n persons take their seats at random at a round table,then the probability that two specified person do not sit together is$\left(\dfrac{2}{n-1}\right)$$\left(...
2 answers
25
Find the number of binary strings $w$ of length $2n$ with an equal number of $1's$ and $0's$ and the property that every prefix of $w$ has at least as many $0's$ as $1's....
0 answers
29
Hello!I'm an MCA student and I'm looking forward to GATE-2020Can someone tell me how should I start my preparation with college studies?How should I plan strategy?how sho...
5 answers
30