Home » C Programming » Input / Output

What will be the output of the program? #include<stdio.h> int main() { float a=3.15529; printf("%2.1f\n", a); return 0; }

← Previous Next →

Discussion & Comments

No comments yet. Be the first to comment!