Concept drill
mccarthy-91
GATE CSE & IT · Complexity Theory · 1998-1998
2
PYQs
100%
keyed
0
elite explanations
1
years appeared
Study anchor
Cormen et al. — Introduction to Algorithms (CLRS)
Algorithms, data structures, graph algorithms, complexity
Practice action
Start latest PYQPYQs in this concept
All concepts →1998 PYQ
What value would the following function return for the input x = 95? function fun (x:integer):integer; Begin If x > 100 then fun : x – 10 Else fun : fun(fun (x + 11)) End;
mediumanswer key
1998 PYQ
What value would the following function return for the input x = 95? Function fun (x:integer):integer; Begin If x > 100 then fun : x – 10 Else fun : fun(fun (x + 11)) End;
mediumanswer key