What does the following line do ?
int value();
it declares and integer variable with no defined initial value
it declares and integer variable with zero initial value
it declares a function returning an integer
trick question, this does not correspond to C++ syntax !