Which is the correct syntax for declaring static data member?
(a) static mamberName dataType;
(b) dataType static memberName;
(c) memberName static dataType;
(d) static dataType memberName;
I had been asked this question during an interview for a job.
The query is from Static Data Members topic in section Exception Handling & Static Class Members of Object Oriented Programming