Find the output for the following C program#include<stdio.h>void main(void){int y,z;int x=y=z=10;int f=x;float ans=0.0;f *=x*y;ans=x/3.0+y/3;printf("%d %.2f",f,ans);}

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions