Hello
please explain the following:-
Say if
int i,sign;
double atof(char s[ ]);
has been declared and then there is statement
sign=(s[i]=='-' ) ? -1:1;
[/U]
Thanks in advance........ ..
please explain the following:-
Say if
int i,sign;
double atof(char s[ ]);
has been declared and then there is statement
sign=(s[i]=='-' ) ? -1:1;
[/U]
Thanks in advance........ ..
Comment