Correct Answer : Option (B) : class A { int x; };
Explanation : A class declaration terminates with semicolon and starts with class keyword.