Home » C Programming » Input / Output

To print out a and b given below, which of the following printf() statement will you use? #include<stdio.h> float a=3.14; double b=3.14;

← Previous Next →

Discussion & Comments

No comments yet. Be the first to comment!