JAMIA 2023 — Computer PYQ
JAMIA | Computer | 2023How many times this statement will execute:
for(;*s==*t&&*t!=’\ 0′;s++,t++)
if both character pointers ‘s’ and ‘t’point to the same string”abc”.

How many times this statement will execute:
for(;*s==*t&&*t!=’\ 0′;s++,t++)
if both character pointers ‘s’ and ‘t’point to the same string”abc”.