Hai everyone,
I have one doubt... Can u please clarify this...
If i put
char a[10]="hai-hello"
if(strcmp(a[4],'-')==0)
then it will displays an error
strcmp' : cannot convert parameter 1 from 'char' to 'const char *'
Wat is the reason for this?
Can anybody tell me