0 votes
0 answers
1
Can finite automata do addition, subtraction, and multiplication?Anyone, please explain in detail?
1 votes
2 answers
2
"A DFA can simulate NFA" Anyone, please explain this statement in detail.
0 votes
2 answers
3
0 votes
0 answers
4
“While constructing the parsing table for various parser GOTO entries and SHIFT entries are identical, the only difference is in reduce and error entries”, Is this st...
0 votes
1 answer
5
Can anyone explain each option, for every option if it is true then why? If false then why? (Please don’t comment like answer is A,B etc) Please help
0 votes
1 answer
6
Plz explain this..If possible share some resources.
0 votes
2 answers
7
Both euler path and euler circuit can be present in a graph ?
0 votes
2 answers
8
Why is the vertex connectivity of a graph always less than or equal to its edge connectivity?
0 votes
0 answers
9
Anyone please explain this .
0 votes
2 answers
11
int main(){ float f=0.7; if(f==0.7) printf("equal"); else printf("not equal"); return 0;} ...
0 votes
0 answers
12
“An Extern variable will be initialized to 0 if not initialized” is this statement correct? If yes then How it can initialize because when we write “ extern int a �...