STD: Xi MARKS: 50 Subject: Computer Science Time: 45 Mins Choose The Best Answer
STD: Xi MARKS: 50 Subject: Computer Science Time: 45 Mins Choose The Best Answer
class x
{
int y;
public:
x(int z)
{
y=z;
}
} x1[4];
int main()
{
x x2[10];
return 0;
}
46. How many objects are created for the above program
a) 10 b) 14 c) 5 d) 2