INPUT :
A string in c that looks like this : " 12345 computer seince 101"
OUTPUT:
NUMBER OF COURSE = "12345"
NAME OF COURSE = "computer seince 101"
i need to ignore all spacebars before the number and the name, so strings like : "(spaces)12345(more spaces)computer sience 101" are allowded
i tried messing around with strtok, but i failed
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…