Which is the correct format for type casting in C? (Consider the following program code.) include<stdio.h> main() {int x=100,y=7; float z;z=……..; prinf(“z=%f”,z);}
Reveal answer
Fill a bubble to check yourself
Which is the correct format for type casting in C? (Consider the following program code.) include<stdio.h> main() {int x=100,y=7; float z;z=……..; prinf(“z=%f”,z);}