str=strcat("P",(char*)i);
doing this to print P1 or P2 or P1,P3 ...before "are free"
to display the free parkings.
eg:- if p1<8cm
// it means parking is occupied
so it should print
p2,p3,p4 are free
str=strcat("P",(char*)i);
doing this to print P1 or P2 or P1,P3 ...before "are free"
to display the free parkings.
eg:- if p1<8cm
// it means parking is occupied
so it should print
p2,p3,p4 are free