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 dd0db0f commit 6b0b121Copy full SHA for 6b0b121
19_dynamic_memory_allocation/00_questions.txt
@@ -22,7 +22,7 @@ and free.
22
08. Write a program to demonstrate dangling pointer in C.
23
24
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.
+ user. Also handle the case when memory allocation is failed.
26
27
10. Find out the largest and smallest element from an array using dynamic memory allocation
28
in C.
0 commit comments