C Programming and Technical Category

wap to print every 5th element of fibonaki series

Read Solution (Total 4)

C Other Question

Find the output.
main()
int i;
pf("%d",i);

1.0
2.NULL
3.GARBAGE VALUE
4.COMPILE ERROR
sort the elements of an array without using any another array how to make this program