I have given two round of interview
then he asked me small question on CPP class as per below i need to tell weather error compile?
Class A{
}
int main(){
A obj;
A *obj=new A();
}Pro Tips: question coming form leetcode hard and medium level mostly on DFS and BFS.
Happy Codding. Best of luck.