C Languages Interview Questions
49. | Is it possible to nest the functions? |
---|---|
Yes. The functions can be nested. | |
50. | When should the functions prototypes be made global? |
---|---|
When the functions can be called from more than one function. | |
51. | How can you return more than one value from a function? |
---|---|
|
|
52. | What are the advantages of using typedefs in a program? |
---|---|
The advantages of using typedefs in a program are
|
|