what will be the output?
# include<studio.h>
int main ()
{
int x=2;
if(x=1)
printf("TRUE")
else
printf("FALSE")
return 0;
Answers
Answered by
2
Step-by-step explanation:
It will not run the program ad u have not written } this at the end
Please mark me as the brainliest
Similar questions