What it wrong with this function:
F1(...){
x = new();
F2();
delete x;
}
Click for Solution

  • Warning: Illegal string offset 'name' in /home/prepdo6/gpl4you/discussquessub.php on line 681
    A in function one, it must come like this f1(); and the open Brace must be down

[Insert Code]