How to find a string in an array of strings in C

preview_player
Показать описание
Source code can be found here:

===== Support us through our store =====

===== Check out our website =====

===== Check out our Discord server =====
Рекомендации по теме
Комментарии
Автор

Really appreciate this video.
Your way of teaching is so powerful

MuksEmmaN
Автор

Hi, Thank you for this amazing video.

Can you please create complete C language tutorials playlist from beginner to advance in a practical hands on way. It would be good for us to get some hands on experience on the industry based problems.

aatishlanghee
Автор

You can also use strcasecmp does the same as strcmp but ignores the case.

pcuser
Автор

can you repeat please the need for `input[strlen(input)-1]=0` line?
since there is already a null character, why overwrite last input char with 2nd one?

NoNameAtAll
Автор

Would a "do...while" loop with a flag variable not be cleaner than a full-fledged for loop with a break instruction?

GillesHenrard
Автор

Thank you so much for this video.
I have a question tho, at 6:27
can't we just use else{} instead whar you wrote in line 20?

bushraw
Автор

Sir video is helpful but I want to search( 4 ft × 15 inch, 0.9 21) as a whole string to be found can you help me please ( I want to use data structure too but it says _parameter error

The current program finds only till
4 ft only 4 digits i want whole string to be searched at once with data structure please see to it and send source code to improve it

saurabhatre
Автор

Can u explain about the oriented objects in c++

soufianeamimi
Автор

and this is how we know you favourite fruit or colour is Orange.. 😛😜

k_ushagra