584 views
1 votes
1 votes

How to solve such type of questions using tree I am having doubt in these types from where i can practice  this type of question and can clear my concept

1 Answer

Related questions

0 votes
0 votes
3 answers
1
jayadev asked Feb 1, 2022
952 views
Consider the following program segment of C-programming language:#include<stdio.h int main() { if (fork() || fork()) fork(); printf("GATE\n"); return 0; } Number of times...
0 votes
0 votes
1 answer
2
shefali1 asked Dec 21, 2017
311 views
1 votes
1 votes
0 answers
3