Jump to

v01-l2-declaration

(random out of 28)

What line does not declare an integer variable ?

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

???