C Programming Question and Answers
33. | What is a structured programming language? |
---|---|
A language is said to be a structural language if it meets the requirements of structured programming. | |
34. | Where auto local variables are stored? |
---|---|
These are stored in a stack. This stack is automatically maintained by the system. | |
35. | What is a subprogram/module? |
---|---|
|
|
36. | What are the differences between exit() and return statement? |
---|---|
|
|