I have to input a string and to get from it the course Id and the course name.
my code for this is:
char word[200]; int id=0; char *ptrWord;