int main(void
{
char *ptr_str1 = "hello";
char *ptr_str2 = "hello";
if(ptr_str1 == ptr_str2)
printf("True");
else
printf("False");
return 0;
}
Answers
Answered by
0
Step-by-step explanation:
mxx-mbik-qxt
jo.in gi.rls I will accept u
let's have fun full privacy
Similar questions