0
i need help in c programing plz .ā”š
even if the confition true there is no results #include<stdio.h> int main () { char color[15]; printf("Entrer un couleur : "); scanf("%s",color); if (color == "blue") { printf("My favourite color is %s ",color); // result } return 0; }
1 Answer
0
thank you ā¤ā¤ . it is working



