18. WAP to use explicit type casting. Get link Facebook X Pinterest Email Other Apps #include<stdio.h> void main () { unsigned int i = 2000000000, j=3; unsigned long int k; k = (unsigned long int) i*j; printf("k=%lu\n",k); } Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment