You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (A[i]==' '&& A[i-1]!=' ') // if whitespace encounter in string it will count word // 2nd cond if more then one whitespace btw 2 conseqitive word it will eliminate