C Programming and Technical Programming Arrays

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

Read Solution (Total 1)

C Other Question

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 .
pankaj makes a program to print the products of cubes of the first 10 whole numbers.
integer x=0
integer sum=0