error
Count number of words in an array with given prefix
what was the mistake
@nmaurya760,
new return address so you have to receive it in a pointer, and also if you declare a pointer for eg named t, then you can’t use ‘.’ (dot) operator, you have to use ‘->’ operator to access data member or function.