static long z = 5 ;
int d = 10 ;
int *ptr1 = new int[2] ;
void myfun ( int param1 ){
static int x = 100 ;
float y = 50;
int *ptr2 = new int ;
// . . .;
delete ptr2 ;
delete ptr1 ;
}
void fun2() {
static int num =5;
int var = 10;
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here