We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaf3cc1 commit e19810dCopy full SHA for e19810d
problem38
@@ -0,0 +1,7 @@
1
+//Solution by Sathya T, IT
2
+
3
+The answer for Qn. No.38 is
4
+Option B
5
+since the expression given below
6
+return ((p==null)||(p->next==null)|| (p->info<=p->next->info)&&( fun(p->next)));
7
+will be evaluated to true when the list is empty or it has one node or arranged in ascending order. .
0 commit comments