General Query

I am a beginner. In several problems, a test case consists of numerous inputs(say 2 numbers) and they are entered in the same line. Are they separated by a space or a tab?

In general they are seperated by a space. It doesn’t matter(i.e seperation by space or tab) if you use scanf(){c/c++}