Print any float number. on February 23, 2022 Get link Facebook X Pinterest Email Other Apps SOURCE CODE:#include <stdio.h> int main(){ float c; scanf("%f",&c); printf("%f\n",c); return 0;}INPUT:OUTPUT: Comments
Comments
Post a Comment