Computer Science, asked by omkar095784z, 4 months ago

#include<iostream.h>
class Empty{};
void main()
{
Empty a,b;
if(a==b)
cout<<"impossible"<<end1;
else
cout<<"Fine"<<end1;
}​

Answers

Answered by khairnarnikhil22
1

Answer:

{ }

Explanation:

empty bracket s will be the answer

Similar questions