Correct Answer : Error in C but not in C++
Explanation : The above definition will give an error in C but not in C++ as C does not allows the programmer to give any default values to any member of structure but C++ does allow.