C
Programming and Technical
Verbal Ability
Spotting Errors
programming coading
Read Solution (Total 1)
programming coading it's false coading is wrong, right is programming coding.
5 years ago
Helpfull: Yes(0) No(0)
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 .