Question: 1 Rewrite the following program so that it will use function #include Int main)l printf (Hello!); return 0; 2 Assume a program has the following

 1 Rewrite the following program so that it will use function

1 Rewrite the following program so that it will use function #include Int main)l printf ("Hello!"); return 0; 2 Assume a program has the following declarations short s 4 int i--5 long m-3 float f-19.3f; double d-3.6 What are the following values? (a) m (b) (float) d (c) d*s (d) f/i (e) (int) f 3 What will be the output of the following program int x= 3, y = 4, z float a = 2.76; z=a; x=2*a; 5; =2*x; print f("x-%d, y=%d, z=%d", x, y, z)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!