Sorry! Posting Assignment is allowed only for commercial accounts.
#includestdio.hvoid main(){ int a; float b,c; a=67; b=38.5; printf("The value of c is %f", c=(int)a+(int)b+95.56); getch();}