Assignment-1 Flowchart&algorithm
Assignment-1 Flowchart&algorithm
Branch : I B.Tech-CSE
Topic : Algorithm,flowchart and data types.
Assignment : 01
4. Give the binary representaion of integer 1791 and floating point number
6
1.00001001010101010 * 2 .
5. What are the primary data types and mention the size of memory allocated for each data
type (with reference to gcc compiler)?
8. Consider the following statements and write what it specifies to the compiler?
float price;
int x;
double mkt_value;