Skip to content

Commit c3dfef8

Browse files
committed
Create problem38.c
1 parent 0789b42 commit c3dfef8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

problem38.c

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
The answer for Qn. No.38 is
2+
3+
Option B
4+
5+
since the expression given below
6+
{
7+
return ((p==null)||(p->next==null)|| (p->info<=p->next->info)&&( fun(p->next)));
8+
}
9+
10+
will be evaluated to true when the list is empty or it has one node or arranged in ascending order.

0 commit comments

Comments
 (0)