Hi everyone, I want to get all variable declaration which is inside a loop ( whose scope limited to that loop only). Can someone please tell me how can i do this? Ex int a,bl for(){ int c,d; } Output should be c,d -- Thanks and Regards Awanish Pandey PhD, CSE IIT Kanpur