#include <stdio.h> void main() { float num = 0.2; printf("%d, ", num); printf("%f", num); }
Garbage value, 0.200000
Previous Question Next Question
Your comments will be displayed only after manual approval.