TYPECASTING SYNTAX Get link Facebook X Pinterest Email Other Apps October 12, 2020 TYPECASTING SYNTAXINPUT#include <stdio.h>int main(){ int a=1; float b=2; printf("The required number is %d",(int)b); return 0;}OUTPUTThe required number is 2 Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment