Devika Tulsidas
Member
Member since
Sep 22, 2018
Last active
Sep 22, 2018
Posts contributed
2
Recent posts
-
@devika-B7u8yN • Oct 26, 2024Oct 26, 20241.4K
#include main() { Float a,b,sum; a=3.087; sum=a+b; printf("sum=%f",sum); }
Actully i was getting the ans as 11 so.iwas having the doubt that if we dont give the value of b will it consider...