Sorry! Posting Assignment is allowed only for commercial accounts.
byte b=50;b=b*50;
#include<stdio.h>void main(){ int a=7,b=2; float c; c=a/b;}