C Languages Interview Questions
37. | What is an endless loop? |
---|---|
|
|
38. | What are formal parameters? |
---|---|
|
|
39. | What are the types of testing techniques? |
---|---|
There are two types of testing techniques are
|
|
40. | What is heap? |
---|---|
Heap is an area of memory from where is allocated at runtime using malloc() or calloc() functions. | |