Recent questions in Programming and DS

0 votes
0 answers
181
0 votes
1 answer
182
Why nothing is printed for %c.
2 votes
3 answers
183
0 votes
0 answers
184
0 votes
0 answers
185
1 votes
1 answer
186
int fun(int arr[]); int fun(int arr ); Both the statements are same??? HELP
0 votes
1 answer
187
What should be the answer?
0 votes
1 answer
188
Options:10, 12,14, 16, 18, 2020, 18, 16, 14, 12, 1012, 10, 16, 14, 20, 18NONE
0 votes
1 answer
189
can anyone explain how the for loop works here..?
2 votes
0 answers
190
1 votes
1 answer
194
Provide the correct data structures for the following:Asynchronous data transfer and accessing shared resource involve _________.
1 votes
0 answers
195
Provide the correct data structures for the following:________ is used for delimiter checking and recursion.
1 votes
1 answer
196
Find the number of binary tree(s) with $3$ nodes (i.e., $\text{A, B,}$ and $\text{C})$ which when traversed by pre-order gives the sequence $\textbf{C B A}$. You also nee...
1 votes
2 answers
197
If the maximum height of a binary tree is $\mathrm{N},$ then how many number of nodes will there be?
1 votes
0 answers
199
If the prefix traversal order of a tree is $*+\mathbf{a} \mathbf{b}-\mathbf{c} \mathbf{d}$. Then, find the equivalent postfix order of the that tree.