my programme has the strcmp. but i dont understand what it is use for.
while((strcmp(current->bed_num,beddelete))!=0)
bed_num and beddelete i have declared as an integer variables. when i run the programme, it stated that
invalid conversation from 'int' to 'const char*'
what does it mean??
thank you