Sanchit wrote:
>
> #include<stdio.h>
#include <stdio.h>
> #include<stdlib.h>
#include <stdlib.h>
>
> int main() {
int main(void) {
> double ans;
> ans = strtod("25", NULL);
> printf("ans = %d\n",ans);
printf("ans = %f]\n", abs);
return 0;
> }
Obvious program faults/failings marked above.
--
[mail]: Chuck F (cbfalconer at maineline dot net)
[page]: <http://cbfalconer.home.att.net>
Try the download section.
** Posted from
http://www.teranews.com **