v01-l2-declaration

(1/3)

What line does not declare an integer variable ?

int i;
int j {};
int k ();

???