C Programming and Technical Category

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 .

Read Solution (Total 10)

C Other Question

programming coading find the next biggest number
8,4,2,9,6,3
ans:8->9,4->2,2->3,9->,6->8,3->4