Capturing timer value based on external interrupt , leveraging the 62.5nsec (16MHz) resolution) of the ATMEGA328 on the Arduino Uno

Yes, if the interrupt is enabled/triggered and there is no interrupt vector, the program jumps to the NULL vector which is at memory address 0 and is the reset vector for the avr platforms.