for ex: say i'm declaring two variables under int type and some 3 under char,my output should be lyk this: 2 variables in int
and 3 var of type char...(input to the main program is actually another program where these 2 int and 3 char are defined).
and 3 var of type char...(input to the main program is actually another program where these 2 int and 3 char are defined).
Comment