Nested function in C
- by Sachin Chourasiya
Can we have a nested function in C? What is the use of nested functions? If they exist in C does there implementation differes from compiler to compiler.
Are nested functions allowed in any other language? If yes then what is there significance?