#include<conio.h>
#include<stdio.h>
main()
{
char name[20];
scanf("%s",&char);
if(char=="name")
{
printf("u entered name");
}
else
{
printf("not name");
}
}
but it is printing not name when im entering name plzz check for the problem