Q. Is there any difference in below two statements?
Code:
int a = 10; int a(10);
β
Correct Answer: (B)
No
int a = 10; int a(10);
You must be Logged in to update hint/solution