sumant gupta <sumant_r...@...> wrote: > > Can somebody explain me why nesting functions are not > allowed in C?
Can you explain why that level of language abstraction would be needed or useful in writing OS kernals? If not, then I think you have your answer. But when you say 'not allowed', they are allowed as an extension. GNU C is a sample implementation that includes nested functions. -- Peter
