//chapter-6,Example6_10,pg 495 Res=(1/2^8)//resolution T=8*10^-6//total time n=256//no. of conversions t=(T/n)//time req. by one conversion S=(1/t)//speed of conversion printf("speed of conversion \n") printf("S=%.2f Hz\n",S)