Can we Declare a variable between the closing paranthesis of a function and opening curly brackets??
like
////////////////////////////////////////
void bar()
int x;
float y;
{
}
/////////////////////////////////////////////
Because I am using g++ compiler and getting error.....
Thanks...
Why would you ever want to do that? And no, you can't do that...
Oh I C.... Thanks..... That was in a book...... So Just tried.....