#include #include int main() { char s[100] =\"4.0800\" ; printf(\"float value : %4.8f\\n\" ,(float) atoll(s)); return
Main() { float rmvivek,arni,csc; char *c="1234.00"; csc=atof(c); csc+=55; printf("the value is %f",csc); }