@ -19,6 +19,8 @@ int search(struct student* students,const char* name){
a=strcmp(students[i].name,name);
if(a==0){
return i;
}else{
continue;
}
return -1;
The note is not visible to the blocked user.