Jump to

v01-l2-declaration

What line does not declare an integer variable ?

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

???