Skip to content

Commit 6b0b121

Browse files
committed
add: DMA 09
1 parent dd0db0f commit 6b0b121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

19_dynamic_memory_allocation/00_questions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ and free.
2222
08. Write a program to demonstrate dangling pointer in C.
2323

2424
09. Write a program to allocate memory dynamically of the size in bytes entered by the
25-
user. Also handle the case when memory allocation is failed.
25+
user. Also handle the case when memory allocation is failed.
2626

2727
10. Find out the largest and smallest element from an array using dynamic memory allocation
2828
in C.

0 commit comments

Comments
 (0)