Question: 6. If function calls with no prototypes are permitted, what data types get passed to MyFunction by: MyFunction(( short )23, ( char )34, 87 L
6. If function calls with no prototypes are permitted, what data types get passed to MyFunction by: MyFunction((short)23, (char)34, 87L, 6.8f)
(Note 5.5)
A. int or unsigned, int or unsigned, long, double
B. int or unsigned, int or unsigned, long double, float
C. short, char, int, float
D. short, char, long, float
E. none of the above or implementation dependent
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
