Wednesday, 18 September 2013

C question


void main()
{
float a=20.12345,width=2;
printf("a=%*.2f",width,a);
getch();
}

Write Output with Explaination.

No comments:

Post a Comment