WAP having func named search which scans a string from beginning to end in search of a character.If the character is found it should return a pointer to the first occurance of the given character in the string else, the function should return a null,if not found.
Comments
Leave a comment