C Programming and Technical Verbal Ability Spotting Errors

programming coading

Read Solution (Total 1)

C Other Question

write a program to convert decimal to binary. main()
[
int x=5;
clrscr();
if(x=4)
printf("%d",x+1);
else
printf("%d",x-1);
getch();
]



please give me a valid reason of your answer m not getting .